{% extends "master_noauth.html" %}
{% block title %}Maps{% endblock %}
{%block tag %}maps{% endblock %}
{% block content %}
Maps
{%- if config['SHOW_MAPS'] -%}
Map of all public mirrors - Interactive Map
{%- else -%}
Actually, this is disabled and you should not be here. Go away!
{%- endif -%}
{%- endblock -%}