Add playlist-generation
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<DOCTYPE html>
|
||||
<html>
|
||||
<html>
|
||||
<ol>
|
||||
{{ range .Streams }}
|
||||
<li>{{ .URL }}</li>
|
||||
{{ end }}
|
||||
{{ range .Streams }}
|
||||
<li>
|
||||
<a href="{{ .Path }}">{{ .Name }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ol>
|
||||
</html>
|
Reference in New Issue
Block a user