{{ page.title }} {{ page.date|date:"SHORT_DATE_FORMAT" }} {% if page.author %} {{ page.author }} {% endif %} {% if page.has_tags %} {% for tag in page.tags.all %} {{ tag }} {% endfor %} {% endif %} {% image page.image fill-1200x600 as img %} {% for block in page.content %} {% include_block block %} {% endfor %}