futtern/templates/start/name.html.twig

7 lines
102 B
Twig
Raw Normal View History

2024-02-12 21:03:17 +00:00
{% extends 'base.html.twig' %}
{% block body %}
{{ include('_form.html.twig') }}
{% endblock %}