mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 22:37:28 +01:00
5 lines
200 B
Twig
5 lines
200 B
Twig
|
{% extends "source/view/source.html.twig" %}
|
||
|
{% block content %}
|
||
|
<h1>{% trans %} User {% endtrans %}</h1>
|
||
|
{% include "source/view/content/user." ~ app.request.requestFormat ~ ".twig" %}
|
||
|
{% endblock %}
|