{% load content %}
{% if author %} {% include 'entities/_gestalt_avatar.html' with gestalt=author link=True only %} {% else %} {% include 'entities/_gestalt_avatar.html' with gestalt=text.author link=True only %} {% endif %}
{% block media_content %}
{% block media_body %} {% markdown text.text heading_baselevel=3 %} {% endblock %}
{% endblock %}