{% extends "aldryn_blog/base.html" %} {% load i18n thumbnail cms_tags aldryn_blog_tags %} {% load url from future %} {% block content_blog %}
{% block blog_title %}

{% render_model post "title" %}

{% endblock %} {% if post.key_visual_id %}

{% endif %} {% trans "by" %} {{ post.author|user_name }}{% if post.coauthors.exists %}, {% for coauthor in post.coauthors.all %} {{ coauthor|user_name }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endif %}
{% render_model post "lead_in" "lead_in" "" safe %}
{% render_placeholder post.content language placeholder_language %}

{% trans "Back" %}

{% endblock %}