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

{% translate 'Explore the latest locations' %}

{% endblock maincontent %}