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>