{% if article %} {{ article.title }} {% else %} {{ page.title }} {% endif %}

{% if article %}

Posted on: {{ article.date }}

{{ article.content }} {% else %} {{ page.content }} {% endif %}