1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 21:48:27 -04:00
jarv.is/layouts/shortcodes/iframe.amp.html
2021-03-17 08:25:36 -04:00

9 lines
280 B
HTML

<amp-iframe
layout="responsive"
src="{{ .Get "src" }}"
{{ with .Get "width" }}width="{{ . }}"{{ end }}
{{ with .Get "height" }}height="{{ . }}"{{ end }}
{{ with .Get "title" }}title="{{ . }}"{{ end }}
{{ with .Get "sandbox" }}sandbox="{{ . }}"{{ end }}>
</amp-iframe>