{% extends 'base_map.html' %} {% set mytitle="Map Buttons" %} {# ----------- title -------------- #} {% block title %}{{ mytitle }}{% endblock %} {# ----------- content ------------- #} {% block content %}
Using buttons to control the display of different map layers.
{% endblock %}