mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 22:17:26 +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 %} |