{{ article.title }}
+ {% if article.subtitle %} +{{ article.subtitle }}
+ {% endif %} +Added on the {{ article.created | date:'jS \o\f F, Y' }} + {% if article.created.date != article.updated.date %} + and updated on the {{ article.updated | date:'jS \o\f F, Y' }} + {% endif %} +
++ {% if article.introduction %} +
{{ article.introduction|linebreaksbr }}
++ {% endif %} +
+