Website/template/map.twig

9 lines
239 B
Twig
Raw Normal View History

2023-09-15 15:53:33 +00:00
{% include 'includes/head.twig' with {'pageTitle': 'Map'} %}
2023-09-15 15:48:05 +00:00
2023-09-18 16:10:55 +00:00
<div id="map"></div>
<a id="homeLink" href="/">Go Home</a>
2023-09-15 15:48:05 +00:00
2023-11-28 10:18:21 +00:00
<script>const center = "{{ center }}";</script>
2023-11-18 12:29:03 +00:00
<script src="js/map.js"></script>
2023-09-15 15:48:05 +00:00
{% include 'includes/foot.twig' %}