mirror of
https://github.com/pierre42100/comunic
synced 2025-03-01 12:57:31 +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 %}
|