Heavily customized version of smokesignal - https://whtwnd.com/kayrozen.com/3lpwe4ymowg2t
1{% extends "base." + current_locale + ".html" %}
2{% block title %}Smoke Signal - {{ t("edit-event-title") }}{% endblock %}
3{% block head %}
4<!-- MapLibreGL CSS -->
5<link href="https://unpkg.com/maplibre-gl@3.6.2/dist/maplibre-gl.css" rel="stylesheet">
6
7<!-- MapLibreGL JS -->
8<script src="https://unpkg.com/maplibre-gl@3.6.2/dist/maplibre-gl.js"></script>
9
10{% endblock %}
11{% block content %}
12{% include "edit_event." + current_locale + ".common.html" %}
13{% endblock %}