Now list of locales is autogenerated from locales .ini files, and each locale use shared template files
23 lines
441 B
HTML
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> |