Files
jarv.is/layouts/shortcodes/iframe.html
T

4 lines
128 B
HTML

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