{% extends "base.html" %} {% block header_ext %} {% endblock %} {% block sidebar %}

This page’s menu:

{% endblock %} {% block content %}

{{news_entry.topic.name}}: {{news_entry.title}}

By {{news_entry.author.username}} on {{news_entry.date_posted|time}}

{{news_entry.body}}

{% endblock %}