+++ aliases = ["locations", "map"] author = "anoduck" date = 2021-09-21T00:00:00Z description = "Random as f3<% places in Oklahoma, never been there though." title = "Map"
+++
{{< leaflet-load-short >}}
{{< leaflet-map mapHeight="600px" mapWidth=100% mapLat="35.4577" mapLon="-97.5891" zoom="12">}}
{{< leaflet-marker markerLat="35.4233" markerLon="-97.6187" markerContent="Some example text">}} {{< leaflet-marker markerLat="35.4605" markerLon="-97.6546" markerContent="Some more example text">}} {{< leaflet-marker markerLat="35.4678" markerLon="-97.7253" markerContent="And even more example text">}} {{< /leaflet-map >}}
GitHub's code formatting really does not like the mix of HTML, markdown, and go template syntax.