infinito/application/templates/source/name.html.twig

6 lines
191 B
Twig
Raw Normal View History

2018-09-14 16:31:25 +02:00
{% extends "source/source.html.twig" %}
2018-09-14 16:05:47 +02:00
{% block content %}
2018-09-14 16:31:25 +02:00
<h1>{% trans %} Name {% endtrans %}</h1>
{% include "source/content/name." ~ app.request.requestFormat ~ ".twig" %}
2018-09-14 16:05:47 +02:00
{% endblock %}