{% extends 'base.html' %} {% load static leaflet_gpx %} {% block css_files %} {% if contains_code %} {% endif %} {% if contains_gpx %}{% leaflet_gpx_css %}{% endif %}{% endblock %} {% block javascript_files %} {% if contains_code %} {% endif %} {% if contains_gpx %}{% leaflet_gpx_js %}{% 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 %}