{% extends "base.html" %} {% load minecraft %} {% load markup %} {%block title %}Caminus{% endblock %} {% block content %} {% if news %}

{{news.title}}

By
{% avatar news.rootPost.user %}
Posted {{news.created|timesince}} ago
{{news.rootPost.body|markdown|truncatewords_html:"100"}}
{{news.rootPost.get_descendant_count}} comment{{news.rootPost.get_descendant_count|pluralize}} »

News Forum »
{% endif %}

Forums

{%include "forums/_forum_table.html" with forums=forums%}
{%endblock%}