GoBlog/templates/tripheader.gohtml

6 lines
193 B
Plaintext

{{ define "tripheader" }}
{{ if .Data.HasTrip }}
<link rel="stylesheet" href="/x/leaflet/leaflet.css"/>
<script src="/x/leaflet/leaflet.js"></script>
{{ end }}
{{ end }}