mirror of
https://github.com/kennethreitz-archive/winchestar.git
synced 2026-06-21 16:00:59 +00:00
15 lines
336 B
HTML
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>© 2010 The Wincheser Star. Only for use by paid subscribers.</em></p> |