mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 03:50:29 -04:00
9 lines
241 B
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>
|