{% extends "django_village/base.html" %} {% load static village_tags %} {% block content %}

{{ title }}

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