mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-21 09:44:23 +00:00
23 lines
593 B
Twig
23 lines
593 B
Twig
{% extends "ChillMainBundle::layoutWithVerticalMenu.html.twig" %}
|
|
|
|
{% block top_banner %}
|
|
{{ include('ChillPersonBundle:AccompanyingCourse:banner.html.twig', { title: block('title') }) }}
|
|
{% endblock %}
|
|
|
|
{% block layout_wvm_content %}
|
|
{% block content %}{% endblock %}
|
|
{% endblock %}
|
|
|
|
{% block vertical_menu_content %}
|
|
{{ chill_menu('accompanyingCourse', {
|
|
'layout': 'ChillPersonBundle:AccompanyingCourse:menu.html.twig',
|
|
'args' : { 'accompanyingCourse': accompanyingCourse }
|
|
}) }}
|
|
{% endblock %}
|
|
|
|
{% block css %}
|
|
{% endblock %}
|
|
|
|
{% block js %}
|
|
{% endblock %}
|