{%- extends 'root.html' -%} {% block pagetitle %}User List{% endblock %} {% block pagetype %}settings2{% endblock %} {% block body %} {% include "header.html" %} {% block subNav %} {% if not request.path.startswith('/h/') %}
{% endif %} {% endblock %}
{% block content %}{% endblock %}
{% block mobilenavbar %}{% include "mobile_navigation_bar.html" %}{% endblock %} {% block scripts %}{% endblock %} {% endblock %}