2021-04-29 20:51:13 +01:00
|
|
|
{% extends '/base.html.twig' %}
|
|
|
|
{% block stylesheets %}
|
|
|
|
{{ parent() }}
|
|
|
|
{% include '/sidepanel/left/left_stylesheets.html.twig' %}
|
2021-04-30 02:23:19 +01:00
|
|
|
{% include '/sidepanel/right/right_stylesheets.html.twig' %}
|
2021-04-29 20:51:13 +01:00
|
|
|
{% endblock %}
|
|
|
|
{% block leftpanel %}
|
|
|
|
{% include '/sidepanel/left/left.html.twig' %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block rightpanel %}
|
|
|
|
{% include '/sidepanel/right/right.html.twig' %}
|
|
|
|
{% endblock %}
|