{% extends "blogorama/base.html" %} {% load static %} {% load i18n %} {% load crispy_forms_tags %} {% load markdownify %} {% block title %} - Blog Posts {% endblock title %} {% comment %} {% block extra_css %} {% endblock extra_css %} {% block extra_head_js %} {% endblock extra_head_js %} {% endcomment %} {% block content %}
{{ object.content|markdownify }}
{% if request.user.is_authenticated and request.user.id == object.author_id %} {% endif %} {% if comments and not object.hide_responses %}