Initial commit

This commit is contained in:
2026-02-14 09:32:46 +03:00
commit 01d560cfb4
26 changed files with 829 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!-- templates/components/footer.html -->
<footer class="bg-dark text-white text-center py-4 mt-5">
<div class="container">
<p>&copy; 2026 Проект АСК. Все права защищены.</p>
<p class="small mb-0">
ENV: {{ env_type|default:"unknown" }}
| <!--PAGE_GENERATION_TIME-->
</p>
</div>
</footer>