Website/app/frontend/templates/sites/index.html.twig
Snoweuph bf11292a85
All checks were successful
Quality Check / QS Backend (push) Successful in 17s
Quality Check / QS Frontend (push) Successful in 34s
Switch to Symfony UX Twig Components, Icons and Stimulus
2024-07-21 20:39:34 +02:00

4 lines
79 B
Twig

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