{% extends "base.html" %} {% block content %} {% include 'icons.html' %}
{% include 'map.html' %}
{% include 'quicksettings.html' %}
{% if not local %}

Streaming? Try the offline version for browser source support: Windows, Linux, Source bundle

{% endif %}
{% include 'navbar.html' %}
{% include 'settings.html' %}
{% include 'scripts.html' %} {% endblock %}