{{ article.title }}
{{ article.summary }}
{{ article.createdAt | date("dd.MM.yyyy") }} by {{ article.createdBy }}
{% if article.custom.containsKey("customtext") %} {{ article.custom.customtext }} {% endif %}
{{ article.htmlContent | raw }}