mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-24 11:06:14 +00:00
12 lines
246 B
Twig
12 lines
246 B
Twig
{% extends "@ChillMain/layout.html.twig" %}
|
|
|
|
{% block title 'Calendar'|trans %}
|
|
|
|
{% block content -%}
|
|
<div class="calendar-show">
|
|
|
|
{% include '@ChillCalendar/Calendar/show.html.twig' with {'context': 'user'} %}
|
|
|
|
</div>
|
|
{% endblock content %}
|