You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
428 B

  1. {{ $id := index .Params 0 }}
  2. {{ $type := index .Params 1 | default "track" }}
  3. <iframe
  4. width="100%"
  5. height="300"
  6. scrolling="no"
  7. frameborder="no"
  8. allow="autoplay"
  9. src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/{{ $type }}s/{{ $id }}&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true">
  10. </iframe>