{% extends 'blog/base.html' %} {% load static %} {% block css_files %} {% if contains_gpx %} {% endif %} {% endblock %} {% block javascript_files %} {% if contains_gpx %} {% endif %} {% endblock %} {% block title %} {% if breadcrumb %}
{% endif %} {% endblock %} {% block content %} {% if content %}

{{ 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 %}
{% endif %} {% endblock %}