Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- {%- if children -%}
- {%- for child in children -%}
- <div class="sidebar-item">
- <a href="/{{ child.url|lower }}">
- {{ child.page_title }}
- {% if not child.public_read %}
- (<i class="icon-fixed-width icon-lock"></i>)
- {% endif %}
- </a>
- </div>
- {%- endfor -%}
- {%- endif -%}
|