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.

27 lines
675 B

<!DOCTYPE html>
<html lang="{{ lang }}">
<head>
<!-- TODO: auto-generate IBIHF string to some other languages -->
<title>{% block title %}{% endblock %} | IBIHF Stats</title>
{% block head %}{% endblock %}
</head>
<body>
<header>
<nav>
<a href="{{ localize("login_url_tmpl", lang: lang) }}">Login</a>
</nav>
</header>
<main>
{% block content %}{% endblock %}
</main>
<footer>
<a href="https://git.tait.tech/tait/ibihf">{{ localize("view-code") }}</a>
<br/>
Version: {{ VERSION }}
{% for ll in lang_links %}
<a href="{{ ll.href }}">{{ ll.name }}</a>
{% endfor %}
</footer>
</body>
</html>