1
0
forked from ti-nuage/site

Ajout de la carte de Vieux-Marché.

This commit is contained in:
David Soulayrol
2023-11-11 23:25:38 +01:00
parent 7966d5d7ba
commit c493be5b4f
8 changed files with 115 additions and 4 deletions

13
layouts/with-map.njk Normal file
View File

@@ -0,0 +1,13 @@
{% extends "base.njk" %}
{% block head %}
<link rel="stylesheet" href="/css/leaflet.css" />
<script src="/js/leaflet.js"></script>
{% endblock %}
{% block article %}
<h1 class="mt128">{{ title }}</h1>
{{ contents | safe }}
{% endblock %}