mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 21:48:27 -04:00
9 lines
372 B
HTML
9 lines
372 B
HTML
<amp-iframe
|
|
layout="responsive"
|
|
width="1200"
|
|
height="{{ with .Get "height" }}{{ . }}{{ else }}500{{ end }}"
|
|
scrolling="no"
|
|
src="https://codepen.io/{{ .Get "username" }}/embed/{{ .Get "id" }}/?theme-id=light&default-tab={{ .Get "left-tab" }}{{ with .Get "right-tab" }},{{ . }}{{ end }}"
|
|
sandbox="allow-scripts allow-same-origin allow-popups">
|
|
</amp-iframe>
|