mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
9 lines
137 B
Twig
9 lines
137 B
Twig
|
{% extends 'partials/base.html.twig' %}
|
||
|
|
||
|
{% block content %}
|
||
|
|
||
|
{{ content }}
|
||
|
{% include "forms/form.html.twig" %}
|
||
|
|
||
|
{% endblock %}
|