GoBlog/templates/tripheader.gohtml

6 lines
193 B
Plaintext
Raw Normal View History

2021-11-10 10:13:30 +00:00
{{ define "tripheader" }}
{{ if .Data.HasTrip }}
<link rel="stylesheet" href="/x/leaflet/leaflet.css"/>
<script src="/x/leaflet/leaflet.js"></script>
{{ end }}
{{ end }}