Files
Kenneth Reitz 3db3cae450 refactorz
2011-01-30 17:52:50 -05:00

15 lines
336 B
HTML

<h1>{{ article.title }}</h1>
{% if article.author %}
<em></em>By {{ article.author }}</em>
{% endif %}
<p>{{ article.published|date:_('N j, Y') }}</p>
<div>
{% autoescape off %}
{{ article.content }}
{% endautoescape %}
</div>
<p></p><em>&copy; 2010 The Wincheser Star. Only for use by paid subscribers.</em></p>