Website/template/map.twig
TheClashFruit bfd6326be6
All checks were successful
️Upload Website / sftp (push) Successful in 14s
feat: add center option to map
2023-11-28 11:18:21 +01:00

9 lines
239 B
Twig

{% include 'includes/head.twig' with {'pageTitle': 'Map'} %}
<div id="map"></div>
<a id="homeLink" href="/">Go Home</a>
<script>const center = "{{ center }}";</script>
<script src="js/map.js"></script>
{% include 'includes/foot.twig' %}