kb-one-de/layouts/shortcodes/bluemap.html

4 lines
125 B
HTML
Raw Normal View History

2023-02-02 18:57:52 +01:00
<div>
<iframe class="bluemap" src="{{ index .Params 0 }}" title="{{- index .Params 1 | markdownify -}}"></iframe>
</div>