templates/document/index.html.twig line 1

Open in your IDE?
  1. {% extends 'page.html.twig' %}
  2. {% block content %}
  3.   {# Areablocks #}
  4.   {# prettier-ignore #}
  5.   {% include "component/areablock-page.html.twig" ignore missing %}
  6. {% endblock %}