{% extends "touchtechnology/news/base.html" %} {% load tz %} {% load common news %} {% block body_class %}{{ block.super }} detail{% endblock %} {% block news_content %}

{% block page_title %}{{ article.headline }}{% endblock %}

{{ article.published|date }} @ {{ article.published|date:"G:i e" }}

{% if article.byline %}

{{ article.byline }}

{% endif %} {% block image %} {% if article.image %}
{{ article.headline }}
{% endif %} {% endblock %}
{{ article.abstract|linebreaks }}
{% for content in article.content.all %}
{{ content.copy|safe }}
{% endfor %}
{% endblock %} {% block related_content %} {% related_articles article %} {% endblock %}