{% extends "richie/fullwidth.html" %} {% load cms_tags extra_tags i18n thumbnail %} {% block meta_opengraph_type %} {% endblock meta_opengraph_type %} {% block meta_opengraph_contextuals %} {% endblock meta_opengraph_contextuals %} {% block content %} {% spaceless %}

{% render_model current_page "title" %}

{% if current_page.publication_date %} {{ current_page.publication_date|date:"DATE_FORMAT" }} {% else %} {% trans 'Not published yet' %} {% endif %}

{% with form_factor="tag" %} {% if current_page.publisher_is_draft or not current_page|is_empty_placeholder:"author" %}
{% page_placeholder "author" current_page or %} {% trans 'No author yet' %} {% endpage_placeholder %}
{% endif %} {% endwith %} {% include "social-networks/blogpost-badges.html" with page_title=request.current_page.get_title page_url=request.current_page.get_absolute_url %}
{% with form_factor="tag" %} {% if current_page.publisher_is_draft or not current_page|is_empty_placeholder:"categories" %}
{% page_placeholder "categories" current_page or %} {% trans 'No categories yet.' %} {% endpage_placeholder %}
{% endif %} {% endwith %}
{% get_placeholder_plugins "cover" as plugins or %}

{% trans "Cover" %}

{% endget_placeholder_plugins %} {% blockplugin plugins.0 %} {% if instance.picture.default_alt_text %}{{ instance.picture.default_alt_text }}{% else %}{% trans 'blog post cover image' %}{% endif %} {% endblockplugin %}
{% placeholder "excerpt" or %}

{% trans "No excerpt content" %}

{% endplaceholder %}
{% placeholder "body" or %}

{% trans "No body content" %}

{% endplaceholder %}
{% endspaceless %} {% endblock content %}