{% 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" %} {% 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 %}
{% 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 %}