{% extends "richie/fullwidth.html" %} {% load static category_tags cms_tags extra_tags i18n thumbnail %} {% block meta_html_default %} {% if not current_page|is_empty_placeholder:"excerpt" %} {% endif %} {% endblock meta_html_default %} {% block meta_rdfa_context %} {% get_placeholder_plugins "cover" as plugins %} {% blockplugin plugins.0 %} {% thumbnail instance.picture 845x500 replace_alpha='#FFFFFF' crop upscale subject_location=instance.picture.subject_location as thumb %} {% endblockplugin %} {% if not current_page|is_empty_placeholder:"excerpt" %} {% endif %} {% endblock meta_rdfa_context %} {% block body_rdfa %} vocab="https://schema.org/" typeof="Article"{% endblock body_rdfa %} {% block subheader_content %}
{% if current_page.publication_date %} {{ current_page.publication_date|date:"SHORT_DATE_FORMAT" }} {% else %} {% trans 'Not published yet' %} {% endif %}
{% endblock publication_date %} {% block authors %} {% with person_variant="tag" %} {% if current_page.publisher_is_draft %} {% endif %} {% endwith %} {% endblock authors %}{% trans "Cover" %}
{% endget_placeholder_plugins %} {% blockplugin plugins.0 %}{% trans "No excerpt content" %}
{% endplaceholder %}{% trans "No body content" %}
{% endplaceholder %}{% trans 'Related posts' %}
{% for related_blogpost in current_page.blogpost.get_related_blogposts|slice:":3" %} {% include "courses/cms/fragment_blogpost_glimpse.html" with blogpost=related_blogpost blogpost_variant="mini" %} {% endfor %}