{% load static %} Markdown blog {% block css_files %}{% endblock %} {% block js_files %}{% endblock %} {% if breadcrumb %} {% endif %}

{{ content.title }}

{% if not content.children %} {{ content.date|date:"d M Y"|lower }} {% endif %}
{% if content.content %}
{{ content.content|safe }}
{% endif %} {% if content.children %} {% endif %}
{% if previous_content or next_content %} {% endif %}