{% extends '@A4bTheme/base.html.twig' %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('fontawesome') }} {{ encore_entry_link_tags('app') }} {{ encore_entry_link_tags('custom-fonts') }} {{ encore_entry_link_tags('navigation') }} {% endblock %} {% block breadcrumb %} {% if active is not defined %} {% set active = a4btheme_breadcrumbs(app.request) %} {% endif %} {% if active is defined and active is not null %} {% if active %} {% endif %} {% endif %} {% endblock %} {% block languages %} {% endblock %}