{% load i18n %} {% load wagtailimages_tags %} {% image value.keyvisual width-1920 as keyvisual %}

{{ page.title }}

{% if page.content_type.model == "cleanblogarticleindexpage" %}
{% endif %}

{{ value.slogan }}

{% if page.content_type.model == "cleanblogarticlepage" %} {% include "texsitecleanblog/includes/author.html" with author=page.owner published_at=page.first_published_at only %} {% endif %}