parent
1b4b374e59
commit
b785c5c42b
@ -0,0 +1,12 @@
|
|||||||
|
{% extends 'partials/base.html.twig' %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
{{ page.content }}
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
{% for p in page.collection() %}
|
||||||
|
<li><a href="{{ p.url }}" title="{{ p.title }}">{{ p.title }}</a></li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
{% endblock %}
|
Loading…
Reference in new issue