Init
Build and Publish / Build and Publish Docker Image (push) Successful in 5m0s

This commit is contained in:
Ultradesu
2026-06-29 15:50:25 +03:00
commit e5aacc9b41
24 changed files with 11050 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="{{ t.lang.code() }}">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{{ t.site_name }}{% endblock title %}</title>
{% block head_extra %}{% endblock head_extra %}
</head>
<body>
{% block body %}
{% block content %}{% endblock content %}
{% endblock body %}
</body>
</html>