{% extends "base.html" %} {% load i18n %}{% load url from future %}{% load firstof from future %} {% block sidebar %} {% endblock sidebar %} {% block main %} {% if authed %} {% endif %}
{% if page.subtitle %}

{{ page.subtitle|safe }}{% if page.month_next %} {% endif %}

{% endif %} {% if page.after %} {% endif %} {% include "stream-pure.html" %} {% if page.start %} {% else %} {% if page.prevpage or page.nextpage %} {% endif %} {% endif %}
{% endblock main %} {% block copyright %} {% include "user-copyright.html" %} {% endblock copyright %}