Initial commit
This commit is contained in:
10
templates/components/footer.html
Normal file
10
templates/components/footer.html
Normal 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>© 2026 Проект АСК. Все права защищены.</p>
|
||||
<p class="small mb-0">
|
||||
ENV: {{ env_type|default:"unknown" }}
|
||||
| <!--PAGE_GENERATION_TIME-->
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user