{% extends "index.html" %} {% block news %} {% for page in section.pages %} {% set article_class = "news-card" %} {% if page.extra.pinned %} {% set article_class = article_class ~ " pinned" %} {% endif %} {{ page.title }} {{ page.date | date(format="%d. %m. %Y")}} {{ page.content | safe }} {% endfor %} {% endblock news %}
{{ page.date | date(format="%d. %m. %Y")}}
{{ page.content | safe }}