{# requires, brand, top_bar_items, footer_items, copyright, content #} {% extends "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 %} {% endfor %} {% endif %} {% endif %} {% endfor %} Login