futtern/templates/start/name.html.twig

7 lines
102 B
Twig
Raw Normal View History

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