{% load i18n cms_tags extra_tags thumbnail %} {% comment %}Obviously, the context template variable "blogpost" is required and must be a BlogPost page extension{% endcomment %} {% with blogpost_page=blogpost.extended_object blogpost_variant=blogpost_variant|default:"glimpse" %} {% if blogpost_variant == "favorite" %}
{% show_placeholder "excerpt" blogpost_page %}
{% trans 'Learn more' %}{% trans "Categories" %}
{% show_placeholder "categories" blogpost_page %} {% endwith %}{{ blogpost_page.publication_date|date:"DATE_FORMAT" }}
{% endif %}{% trans "Categories" %}
{% with category_variant="tag" has_link=False %} {% show_placeholder "categories" blogpost_page %} {% endwith %}{% show_placeholder "excerpt" blogpost_page %}