{% from 'macros.html' import render_labels %} {% extends "base.html" %} {% block css %} {{ super() }} {% endblock %} {% block js %} {{ super() }} {% endblock %} {% block content %}

{{ conf.title }}

{% if conf.subtitle %}

{{ conf.subtitle }}

{% endif %}
{% if conf.header %} {% endif %}

Browse

Home {% for up_tuple in up_paths(family, include_root=False) %} {% endfor %}
{% if conf.footer %} {% endif %}
{% endblock %}