mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 21:48:27 -04:00
9 lines
280 B
HTML
9 lines
280 B
HTML
<amp-iframe
|
|
layout="responsive"
|
|
src="{{ .Get "src" }}"
|
|
{{ with .Get "width" }}width="{{ . }}"{{ end }}
|
|
{{ with .Get "height" }}height="{{ . }}"{{ end }}
|
|
{{ with .Get "title" }}title="{{ . }}"{{ end }}
|
|
{{ with .Get "sandbox" }}sandbox="{{ . }}"{{ end }}>
|
|
</amp-iframe>
|