{% if page.url == '/home/' %}
{% endif %}
{{title}}
{% set currentUrl %}{{ page.url }}{% endset %}
Back
Navigation
Navigation
{% for page in collections.pages %}
{{page.data.title}}
{% endfor %}
Outgoing
Outgoing
{% for item in outgoing.items %}
{{item.name}}
{% endfor %}
{{content | safe}}