This commit is contained in:
2019-04-03 15:29:46 +02:00
parent 03694c1aa6
commit 2ddc3ef8b5
103 changed files with 1503 additions and 6280 deletions

View File

@@ -32,11 +32,9 @@
{% embed 'partials/layout.html.twig' with {blog: page} %}
{% block item %}
<div class="bricklayer">
{% for child in collection %}
{% include 'partials/cal-list-event.html.twig' with {blog: page, page: child} %}
{% endfor %}
</div>
{% endblock %}
{% endembed %}