You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
488 B

<!DOCTYPE html>
<!-- TODO: auto-generate page language. -->
<html lang="en">
<head>
<!-- TODO: auto-generate IBIHF string to some other languages -->
<title>{% block title %}{% endblock %} | IBIHF Stats</title>
{% block head %}{% endblock %}
</head>
<body>
<header></header>
<main>
{% block content %}{% endblock %}
</main>
<footer>
<a href="https://git.tait.tech/tait/ibihf">View Code</a>
<br/>
Version: {{ VERSION }}
</footer>
</body>
</html>