{% extends 'base.html' %} {% block title %}{{ body.name }}{% endblock %} {% block content %}
{% include "partials/header_name.html" with object=body %} {% include 'mainapp/index/index_map.html' %}
{% endblock %}