Heavily customized version of smokesignal - https://whtwnd.com/kayrozen.com/3lpwe4ymowg2t
at main 13 lines 463 B view raw
1{% extends "base." + current_locale + ".html" %} 2{% block title %}{{ t("page-title-create-event") }}{% 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 'create_event.' + current_locale + '.common.html' %} 13{% endblock %}