{{article.title}}
{{article.content}}
{% if article.date %}{{article.date | date('Y-m-d H:i')}}{% endif %}
{% if article.next %}
<< {{article.next.title}}
{% endif %}
{% if article.previous %}
{{article.previous.title}} >>
{% endif %}