2025-05-18 16:32:19 +03:00

21 lines
403 B
Twig

</div>
<div class="footer">
<div class="footer-right">
Email: <a href="mailto:{{ admin_email }}">{{ admin_email }}</a>
</div>
<div class="footer-left">
Theme: <a id="switch-theme" href="javascript:void(0)" onclick="return ThemeSwitcher.next(event)">{{ theme }}</a>
</div>
</div>
</div>
{{ script_html|raw }}
</body>
</html>
{% if is_admin %}
<!-- {{ exec_time }} s -->
{% endif %}