{% extends "touchtechnology/news/base.html" %} {% load i18n tz %} {% load common news %} {% block body_class %}{{ block.super }} detail{% endblock %} {% block news_content %}
{{ article.published|date }} @ {{ article.published|date:"G:i e" }}
{% if article.byline %} {% endif %} {% block image %} {% if article.image %} {% endif %} {% endblock %}