Files
kolibrios.org/templates/index.html
T

23 lines
444 B
HTML
Raw Normal View History

2025-03-22 18:27:43 +03:00
<!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">
2026-03-02 11:09:15 +00:00
{% include 'tmpl/_banner.htm' %}
{% include 'tmpl/_article.htm' %}
2025-03-22 18:27:43 +03:00
{% include 'tmpl/_socials.htm' %}
2025-03-22 18:27:43 +03:00
</div>
{% include 'tmpl/_footer.htm' %}
</body>
</html>