{% extends PYBB_TEMPLATE|default:"forums_base.html" %} {% load pybb_tags %} {% block title %}{{ PYBB_DEFAULT_TITLE }}{% endblock title %} {% block extra_head %} {{ block.super }} {% endblock %} {% block top_bar %} {% if request.user.is_authenticated %} {% include "pybb/top_nav.html" %} {% if request.user.is_superuser %} {% if request.session.theme %} {% include "themes/theme_top.html" %} {% endif %} {% endif %} {% endif %} {% endblock %} {% block content %} {% block breadcrumb %} {% include "pybb/breadcrumb.html" %} {% endblock %} {% endblock content %}