{% extends "master.html" %}
{% block title %}Map{% endblock %}
{% block tag %}maps{% endblock %}
{% block content %}
Map
{%- 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 -%}