{% extends "mediciodental/index.html" %} {% load static %} {% load markdownify %} {% block content %}
{% include 'mediciodental/breadcrumb.html' %}

{{ object.content | markdownify }}

{% endblock content %}