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

{% render_model current_page "title" %}

{{ current_page.creation_date|date:"SHORT_DATE_FORMAT" }}

{% with form_factor="tag" %} {% page_placeholder "author" current_page as blogpost_author_content %} {% if blogpost_author_content %}
{{ blogpost_author_content }}
{% 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" %} {% page_placeholder "categories" current_page as blogpost_categories_content %} {% if blogpost_categories_content %}
{{ blogpost_categories_content }}
{% endif %} {% endwith %}
{% placeholder "cover" or %}

{% trans "Cover" %}

{% endplaceholder %}
{% placeholder "excerpt" or %}

{% trans "No excerpt content" %}

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

{% trans "No body content" %}

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