Files
kolibrios.org/templates/index.html
Burer 5953266fbc feat/flask: global locales and templates rework
Now list of locales is autogenerated from locales .ini files, and each locale use shared template files
2025-12-27 22:48:32 +03:00

23 lines
441 B
HTML

<!doctype html>
<html lang="{{ lang }}" onmouseup="dropdown_hide()">
{% include 'tmpl/_header.htm' %}
<body onkeydown="checkkey(event)">
{% include 'tmpl/_lang-dropdown.htm' %}
{% include 'tmpl/_menu.htm' %}
<div id="article">
{% include 'tmpl/_git.htm' %}
{% include 'tmpl/_article.htm' %}
{% include 'tmpl/_socials.htm' %}
</div>
{% include 'tmpl/_footer.htm' %}
</body>
</html>