{% 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 %} {% if plugins.0 %} {% thumbnail plugins.0.picture 845x500 replace_alpha='#FFFFFF' crop upscale subject_location=plugins.0.picture.subject_location as thumb %} {% endif %} {% 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 %}

{% page_attribute "page_title" request.current_page.parent_page %}

{% endblock subheader_content %} {% block content %} {% spaceless %} {% block content_header %}{% endblock %}
{% block title %}

{% render_model current_page "title" %}

{% endblock title %} {% block subhead %}
{% block categories %} {% with category_variant="tag" %} {% if current_page.publisher_is_draft or not current_page|is_empty_placeholder:"categories" %}

{% trans "Categories" %}

{% placeholder "categories" current_page or %} {% trans 'No categories yet.' %} {% endplaceholder %}
{% endif %} {% endwith %} {% endblock categories %} {% block publication_date %}

{% 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 or not current_page|is_empty_placeholder:"author" %}
{% placeholder "author" or %} {% trans 'No author yet' %} {% endplaceholder %}
{% endif %} {% endwith %} {% endblock authors %}
{% endblock subhead %} {% block social_networks %} {% include "social-networks/blogpost-badges.html" with page_title=request.current_page.get_title page_url=request.current_page.get_absolute_url %} {% endblock social_networks %}
{% block grid_main %}
{% block cover %}
{% placeholder_as_plugins "cover" as plugins or %}

{% trans "Cover" %}

{% endplaceholder_as_plugins %} {% blockplugin plugins.0 %} {% endblockplugin %}
{% endblock cover %} {% block excerpt %}
{% placeholder "excerpt" or %}

{% trans "No excerpt content" %}

{% endplaceholder %}
{% endblock excerpt %} {% block body %}
{% placeholder "body" or %}

{% trans "No body content" %}

{% endplaceholder %}
{% endblock body %}
{% endblock grid_main %} {% block grid_aside %}
{% block headline %}
{% static_placeholder "static_blogpost_headline" %} {% placeholder "headline" %}
{% endblock headline %} {% block related_blogposts %}

{% 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 %}
{% endblock related_blogposts %} {% block related_categories %}

{% trans 'Other categories of articles' %}

{% get_related_category_pages request.current_page.parent_page.get_child_pages as categories %} {% if categories %}
{% for category in categories %} {% include "courses/cms/fragment_category_glimpse.html" with category_variant="tag" %} {% endfor %}
{% endif %}
{% endblock related_categories %}
{% endblock grid_aside %}
{% endspaceless %} {% endblock content %}