1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-04 06:56:37 -04:00
Files
jarv.is/layouts/shortcodes/iframe.html

4 lines
180 B
HTML

<div class="embed {{ .Name }}">
<iframe src="{{ .Get "src" }}"{{ with .Get "title" }} title="{{ . }}"{{ end }}{{ with .Get "sandbox" }} sandbox="{{ . }}"{{ end }}></iframe>
</div>