webapp/templates/default/main/index.html.twig
2024-02-11 22:41:40 +02:00

4 lines
83 B
Twig

{% extends 'layout.html.twig' %}
{% block body %}
{{ app.name }}
{% endblock %}