gnu-social/templates/collections/collection_entry_view.html.twig
Eliseu Amaro 28424402ec
[CONTROLLER][CollectionController] Refactored methods names and form
titles
[PLUGINS][AttachmentCollections] Renamed respective Controller to
differentiate it between The Controller and itself, renamed templates
and removed unnecessary HTML from templates
2022-01-02 23:50:15 +00:00

12 lines
340 B
Twig

{% extends '/feed/feed.html.twig' %}
{% block title %}{{ page_title | trans }}{% endblock %}
{% block body %}
<div class="section-widget section-padding">
<h2 class="section-widget-title">{{ page_title | trans }}</h2>
{% block collection_items %}
{% endblock collection_items %}
</div>
{% endblock body %}