{% extends 'pybb/base.html' %} {% load url from future %} {% load pybb_tags i18n %} {% block title %}{{ topic }}{% endblock %} {% block extra_script %} {{ block.super }} {% include "pybb/_markitup.html" %} {% endblock %} {% block breadcrumb %} {% with object=topic %} {% include "pybb/breadcrumb.html" %} {% endwith %} {% endblock %} {% block content %}