Home {% for p in pages|sort %} {% if p.url != "index.html" %} | {{ p.title }} {% endif %} {% endfor %} {% if INDEX_SAVE_AS and INDEX_SAVE_AS != "index.html" %} | Blog {% endif %} {% if FEED_ALL_ATOM %} | Atom Feed {% endif %} {% if FEED_ALL_RSS %} | RSS Feed {% endif %}
{% endblock header %} {% block subheader %} {% endblock subheader %}