{{article.content}}
{% if article.date %}{{article.date | date('Y-m-d H:i')}}{% endif %}
{% if paginator.previous_page %}
<< Newer Posts
{% endif %}
{% if paginator.next_page %}
Older Posts >>
{% endif %}