{% extends 'pybb/base.html' %} {% block title %}{{ PYBB_DEFAULT_TITLE }}{% endblock title %} {% block content %} {% block breadcrumb %} {% if category %} {% include "pybb/breadcrumb.html" %} {% endif %} {% endblock %} {% if user.is_authenticated %}
{% else %} {% if not user.is_authenticated %} {% include 'pybb/_need_to_login_message.html' %} {% endif %} {% endif %} {% if categories %} {% for category in categories %} {% include 'pybb/category.html' %} {% endfor %} {% else %}