templates/public/public_base.html.twig line 1
<!DOCTYPE html><html lang="es"><head><title>{% block title %}{{customThemeGlobals.project_name}}{% endblock %}</title><link rel="icon" href="{{customThemeGlobals.favicon_url}}" type="image/x-icon"><link rel="shortcut icon" href="{{customThemeGlobals.favicon_url}}" type="image/x-icon"><link rel="stylesheet" href="{{ asset('vendors/fontawesome-6.7.2/css/all.min.css') }}"><link href="{{ asset('vendors/bootstrap/dist/css/bootstrap.min.css') }}" rel="stylesheet"><link rel="stylesheet" href="{{ asset('build/css/public-site.css') }}"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">{% block metas %}<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1">{% endblock %}{% block stylesheets %}{% endblock %}</head><body {% block bodyclass %}class="" {% endblock %}>{% block impersionate %}{% if is_granted('IS_IMPERSONATOR') %}<div class="alert alert-warning" style="margin-bottom: 0;">{{ "backend.global.you_are_logged"|trans }} : {{ app.user.username }}<a href="{{ path('app_admin_index',{'_switch_user':'_exit'}) }}">{{ "backend.global.leave_impersonate"|trans }}</a></div>{% endif %}{% endblock %}{% block body %}{% endblock %}{% block javascripts %}{% endblock %}{% block script %}<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script><script src="{{ asset('build/js/sigexpe-styles.js') }}" defer></script>{% endblock %}</body></html>