{% extends 'forum/index.html' %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb topic "forum:topic_posts" topic.slug %} {% endblock breadcrumbs %} {% block title %} {{ topic }} {% endblock title %} {% block content %} {% render_breadcrumbs %}
Post |
|
---|---|
{{ post }}
|
Nothing here yet, why not post something!
{% else %} {% endif %} {% endif %}