{% extends "forum_base.html" %} {% load minecraft %} {% load mptt_tags %} {%block title %}{{topic.title}}{%endblock%} {%block breadcrumb %} Forums > {{topic.forum}} {%for f in topic.forum.get_ancestors %} > {{f}} {%endfor%} {%endblock%} {%block content %}
{% avatar topic.rootPost.user 32 %}

{{topic.title}}

Started by {{ topic.created }}

{% include "forums/_post.html" with post=topic.rootPost %}
{%endblock%}