{% extends 'global.html'%} {% load static %} {% block additional_head %} {% endblock additional_head %} # {% block title %}Start{% endblock %} {% block maincontent %} {% include 'partials/welcome.html' %}
{% include 'partials/osm_map.html' with config=mapping_config %}

Explore the latest locations

{% endblock maincontent %}