{% extends "site_base.html" %} {% block title %} {% if SITE_GLOBAL_SITEPRIMARYKEYWORDS %}{{ SITE_GLOBAL_SITEPRIMARYKEYWORDS }}: {% endif %} {% firstof MODULE_STORIES_LABEL_PLURAL trans "Stories" %} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block banner %}{% endblock %} {% block top_bar %} {% if request.user.is_authenticated %} {% include "stories/top_nav.html" %} {% if request.user.is_superuser %} {% if request.session.theme %} {% include "themes/theme_top.html" %} {% endif %} {% endif %} {% endif %} {% endblock %}