5 lines
351 B
Plaintext
5 lines
351 B
Plaintext
|
lat lon title description iconSize iconOffset icon
|
||
|
{% for mirror in mirrors -%}
|
||
|
{{ mirror.host.latitude }} {{ mirror.host.longitude }} <a href='{{ mirror.url }}' rel='noopener noreferrer' target='_blank'>{{ mirror.host_name }}</a> {{ mirror.host.site.name|default("N/A") }} 24,24 -12,-24 {{ url_for("static", filename="map/f-dot.png") }}
|
||
|
{% endfor %}
|