website/layouts/shortcodes/jsfiddle.html

4 lines
226 B
HTML
Raw Normal View History

2020-01-12 21:05:46 +01:00
<iframe style="width: 100%; height: auto;" frameBorder="0" allowfullscreen="allowfullscreen"
2020-01-12 14:14:15 +01:00
src="https://jsfiddle.net/{{.Get "id"}}/embedded/{{ if not (eq (.Get "tabs") "") }}{{ .Get "tabs" }}/{{ end }}">
</iframe>
2020-01-12 21:05:46 +01:00
<br><br>