1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-23 18:55:59 -04:00
Files
jarv.is/layouts/shortcodes/iframe.amp.html
T
2020-04-30 07:53:08 -04:00

8 lines
178 B
HTML

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