add structure

This commit is contained in:
2019-05-01 19:59:32 +02:00
parent f988fe8ae1
commit 0cae791a02
58 changed files with 3768 additions and 350 deletions

View File

@@ -1,6 +1,6 @@
{% macro nav_loop(page) %}
{% import _self as macros %}
{% for p in page.children.visible if p.template != 'default' %}
{% for p in page.children.visible if p.template != 'home' %}
{% set active_page = (p.active or p.activeChild) ? 'active' : '' %}
{% if p.children.visible.count > 0 %}
<li>