{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %}
{% include 'partials/sidebar.html.twig' %}
{% include 'partials/topbar.html.twig' %}
{% for label, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %} {% if wo_render_breadcrumbs() %}
{{ wo_render_breadcrumbs() }}
{% endif %} {% block body %}{% endblock %}
{% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %}