templates/custom-base.html.twig line 1
<!DOCTYPE html><html ><head><meta charset="UTF-8"><title>{% block title %} Eresh - Цифровой ассистент маркетолога {% endblock %}</title><link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}{% block stylesheets %}{{ include('layouts/styles.html.twig') }}{% endblock %}</head><body class="ltr error-bg light-mode"><!-- GLOBAL-LOADER --><div id="global-loader"><img src="{{absolute_url(asset('build/images/loader.svg'))}}" class="loader-img" alt="Loader"></div><!-- /GLOBAL-LOADER --><!-- PAGE --><div class="page"><div class="main-content mt-0"><div class="main-container container">{% block body %}{% endblock %}</div></div></div>{% block javascripts %}{{ include('layouts/scripts.html.twig') }}{% endblock %}</body></html>