stdgrid.html.twig 396 B

123456789101112
  1. {% extends '/base.html.twig' %}
  2. {% block stylesheets %}
  3. {{ parent() }}
  4. {% include '/sidepanel/left/left_stylesheets.html.twig' %}
  5. {% include '/sidepanel/right/right_stylesheets.html.twig' %}
  6. {% endblock %}
  7. {% block leftpanel %}
  8. {% include '/sidepanel/left/left.html.twig' %}
  9. {% endblock %}
  10. {% block rightpanel %}
  11. {% include '/sidepanel/right/right.html.twig' %}
  12. {% endblock %}