{% extends "zephyr/base.html" %} Humbug, from Humbug Inc. {% 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 %}
{% endblock %}