Website/app/frontend/templates/sites/index.html.twig
Snoweuph 93f4fd4ff6
Some checks failed
Quality Check / QS Backend (push) Successful in 20s
Quality Check / QS Mixed (push) Failing after 34s
Quality Check / QS Frontend (push) Failing after 38s
Use Symfony UX Twig
2024-07-20 08:38:12 +02:00

4 lines
79 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
<p>A Phrase</p>
{% endblock %}