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

24 lines
526 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 }}
{% if not render_options.inside_admin_interface and not is_dev %}
{% include '@foreignone/metrika.twig' %}
{% endif %}
</body>
</html>
{% if is_admin %}
<!-- {{ exec_time }} s -->
{% endif %}