1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-02 22:46:36 -04:00
Files
jarv.is/layouts/shortcodes/iframe.amp.html

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>