collection_entry_view.html.twig 351 B

123456789101112
  1. {% extends '/collection/notes.html.twig' %}
  2. {% block title %}{{ page_title | trans }}{% endblock %}
  3. {% block body %}
  4. <div class="frame-section frame-section-padding">
  5. <h2 class="frame-section-title">{{ page_title | trans }}</h2>
  6. {% block collection_items %}
  7. {% endblock collection_items %}
  8. </div>
  9. {% endblock body %}