1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 22:50:31 -04:00
jarv.is/layouts/shortcodes/iframe.amp.html

9 lines
241 B
HTML

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