{{ page.title }} {{ page.date|date:"SHORT_DATE_FORMAT" }} {% if page.author %} {{ page.author }} {% endif %} {% if page.has_tags %} {% for tag in page.get_tags %} {{ tag }} {% endfor %} {% endif %} {% image page.image fill-1200x600 as img %} {% for block in page.content %} {% include_block block with block_id=block.id %} {% endfor %} {% include "shared/article_shared_link.html" %}