{# requires, brand, top_bar_items, footer_items, copyright, content #} {% extends "html/base.html" %} {% block body %} {{ brand }} {% for page in top_bar_items %} {% if not page.parent_label %} {{ page.label }} {% if page.child_items %} {% for child in page.child_items %} {{ child.label }} {% endfor %} {% else %} {% endif %} {% endif %} {% endfor %} Login