2022-01-02 20:04:52 +00:00
|
|
|
{% extends '/collection/notes.html.twig' %}
|
2022-01-02 18:40:09 +00:00
|
|
|
|
|
|
|
{% block title %}{{ page_title | trans }}{% endblock %}
|
|
|
|
|
|
|
|
{% block body %}
|
2022-01-19 23:54:45 +00:00
|
|
|
<div class="frame-section frame-section-padding">
|
|
|
|
<h2 class="frame-section-title">{{ page_title | trans }}</h2>
|
2022-01-02 18:40:09 +00:00
|
|
|
{% block collection_items %}
|
|
|
|
{% endblock collection_items %}
|
|
|
|
</div>
|
|
|
|
{% endblock body %}
|