{% extends 'base.html.twig' %} {% block body_id 'homepage' %} {# the homepage is a special page which displays neither a header nor a footer. this is done with the 'trick' of defining empty Twig blocks without any content #} {% block header %}{% endblock %} {% block footer %}{% endblock %} {% block body %}

{{ 'help.browse_app'|trans|raw }}

{{ 'action.browse_app'|trans }}

{{ 'help.browse_admin'|trans|raw }}

{{ 'action.browse_admin'|trans }}

{% endblock %}