{% extends "django_fastoche/base.html" %} {% load static fastoche_tags %} {% block content %}

{{ title }}

{% if summary_data %} {% fastoche_summary summary_data %} {% endif %}
{{ documentation|safe }} {% endblock content %} {% block extra_css %} {% endblock extra_css %} {% block follow_newsletter_social_media %} {% include "django_fastoche/follow.html" %} {% endblock follow_newsletter_social_media %}