{% extends 'news/base.html' %} {% load tz %} {% load static %} {% load custom_tags %} {% block style %} {% endblock style %} {% block script %} {% endblock %} {% block head %}
by: {{ n.author }}
{% endif %}{{ n.title }}
{% endif %} {% if n.body != n.title %}{{ n.body }}
{% else %}Published: {{ n.published }}
{% if n.updated and n.updated != n.published %}Updated: {{ n.updated }}
{% endif %}