{% extends template_name|add:'/index.html' %} {% load static %} {% load markdownify %} {% block content %} {% include template_name|add:'/breadcrumb.html' %} {{ object.content | markdownify }} {% endblock content %}
{{ object.content | markdownify }}