mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 06:27:24 +01:00
6 lines
201 B
Twig
6 lines
201 B
Twig
|
{% extends "source/form/source.html.twig" %}
|
||
|
{% block content %}
|
||
|
<h1>{% trans %} Name {% endtrans %}</h1>
|
||
|
{% include "source/form/content/name." ~ app.request.requestFormat ~ ".twig" %}
|
||
|
{% endblock %}
|