{# This is the base template used as the application layout which contains the common elements and decorates all the other templates. See https://symfony.com/doc/current/book/templating.html#template-inheritance-and-layouts #} {% block title %}c4rg0 air{% endblock %} {% block stylesheets %} {% endblock %} {% block js %} {% endblock %} {% block header %} {% endblock %} {% block body %} {% endblock %} {% block footer %} {% endblock %}