mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 13:56:22 -04:00
8 lines
319 B
HTML
8 lines
319 B
HTML
<div class="embed {{ .Name }}">
|
|
<iframe
|
|
height="{{ with .Get "height" }}{{ . }}{{ else }}500{{ end }}"
|
|
src="https://codepen.io/{{ .Get "username" }}/embed/{{ .Get "id" }}/?theme-id=light&default-tab={{ .Get "left-tab" }}{{ with .Get "right-tab" }},{{ . }}{{ end }}"
|
|
scrolling="no">
|
|
</iframe>
|
|
</div>
|