{% extends "zephyr/base.html" %} {# The app itself. #} {# Includes some other templates as tabs. #} {% load jstemplate %} {% block customhead %} {% if debug %} {% endif %} {% endblock %} {% block content %}
{% include "zephyr/home.html" %}
{% include "zephyr/subscriptions.html" %}
{% include "zephyr/settings.html" %}
{% if show_debug %}
{% include "zephyr/debug.html" %}
{% endif %}
{% include "zephyr/keyboard_shortcuts.html" %} {% include "zephyr/markdown_help.html" %} {% include "zephyr/invite_user.html" %} {% endblock %}