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

6 lines
201 B
Twig
Raw Normal View History

2018-09-17 13:09:04 +02:00
{% extends "source/view/source.html.twig" %}
{% block content %}
<h1>{% trans %} Name {% endtrans %}</h1>
{% include "source/view/content/name." ~ app.request.requestFormat ~ ".twig" %}
{% endblock %}