Back to Webfundamentals

Page Nav List

gae/includes/page-nav-list.html

0.3258 B
Original Source

{% for item in sectionNav %} {% if item.path %}

  • {{ item.title }} {% endif %} {% if item.heading %} - {{ item.heading }} {% endif %} {% if item.section %} - {{ item.title }}
    {% include "pete.html" %}

{% endif %} {% endfor %}