mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 05:18:28 -04:00
7 lines
359 B
HTML
7 lines
359 B
HTML
<iframe
|
|
height="{{ with .Get "height" }}{{ . }}{{ else }}500{{ end }}"
|
|
style="width: 100%;"
|
|
scrolling="no"
|
|
src="https://codepen.io/{{ .Get "username" }}/embed/{{ .Get "id" }}/?height={{ with .Get "height" }}{{ . }}{{ else }}500{{ end }}&theme-id=light&default-tab={{ .Get "left-tab" }}{{ with .Get "right-tab" }},{{ . }}{{ end }}">
|
|
</iframe>
|