URI:
       playlist.html - twitch-go - twitch.tv web application in Go
  HTML git clone git://git.codemadness.org/twitch-go
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       playlist.html (296B)
       ---
            1 {{define "title"}}Get playlist{{end}}
            2 {{define "class"}}playlist{{end}}
            3 
            4 {{define "content"}}
            5         <p>Copy paste the following link in <a href="https://www.videolan.org/">VLC</a> /
            6         <a href="https://mpv.io/installation/">mpv</a> as a network stream:</p>
            7         <a href="{{.Url}}">Playlist here</a>
            8 {{end}}