jsBin.html 294 B

12345
  1. {{ if .IsNamedParams }}
  2. <iframe src="https://jsbin.com/{{ .Get "id" }}/embed?{{ .Get "show" }}" title="JS Bin demo" height="300" width="100%"></iframe>
  3. {{ else }}
  4. <iframe src="https://jsbin.com/{{ .Get "id" }}/embed?output" title="JS Bin demo" height="300" width="100%"></iframe>
  5. {{ end }}