{% extends 'topopartner/base.html' %} {% load static %} {% block title %}Waypoints ∣ {{ block.super }}{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block body %}
{% include 'topopartner/map.html' %}
{% endblock body %}