neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-11 15:38:56 +01:00
parent dc73e59d7e
commit ac86346a9e
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@
<p>{{ ("PLUGIN_EVENTS.EVENTS.NO_EVENTS_CONTENT"|t(uri.param('category')))|markdown }}</p>
{% endif %}
</section>
{% include 'partials/events_sidebar.html.twig' with { 'page': page.parent } %}
</div>
<div class="events-container">
{% include 'partials/events_sidebar.html.twig' with { 'page': page.parent } %}
</div>
{# Render the pagination list #}