{% extends "base.html" %} {% load i18n %} {% block head_title %}{% trans "Viewer" %}{% endblock head_title %} {% block content %}
{% comment %} BUTTON GROUP BOTTOM {% endcomment %} {% comment %}
{% endcomment %} {% comment %} BUTTON GROUP BOTTOM {% endcomment %}
{% include "geoluminate/mapping/partials/map.html" with css_class='fullscreen' %} {% endblock content %} {% block sidebar_right %} {% comment %} RIGHT SIDEBAR EXAMPLE {% endcomment %} {% include "geoluminate/components/offcanvas.html" with oc_id="rightSidebar" oc_origin='end' %}
Filters
Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
{% comment %} DRAWER EXAMPLE {% endcomment %}
{% trans name|title %}
We'll never share your email with anyone else.
{% include 'geoluminate/mapping/components/sidebars/layers.html' with oc_id='layerSidebar' oc_origin='start' %} {% include 'geoluminate/mapping/components/sidebars/basemaps.html' with oc_id='basemapSidebar' oc_origin='start' %} {% include 'geoluminate/mapping/components/modals/snapshot.html' with modal_id='snapshotModal' dialog_css='modal-dialog-centered modal-xl' %} {% endblock sidebar_right %}