{% extends 'partials/base.html' %} {% load static %} {% block extra_css %} {% endblock %} {% block contents %}

Example

Markers, circles and polygons

Working with popups

Markers with Custom Icons

Interactive Choropleth Map

Layer Groups and Layers Control

{% endblock %} {% block r_sidebar %} {% include 'partials/rightsidebar.html' %} {% endblock %} {% block footer %} {% include 'partials/footer.html' %} {% endblock %} {% block extra_javascript %} {% endblock %}