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

{% render_model current_page "title" %}

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

{% with form_factor="tag" %} {% placeholder "author" or %} {% trans "No associated author" %} {% endplaceholder %} {% 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" %} {% placeholder "categories" or %}

{% trans "No associated categories" %}

{% endplaceholder %} {% endwith %}
{% placeholder "cover" or %}

{% trans "No cover" %}

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

{% trans "No excerpt content" %}

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

{% trans "No body content" %}

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