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