]> code.octet-stream.net Git - broadcaster/blobdiff - server/templates/playlists.html
Simplify package names
[broadcaster] / server / templates / playlists.html
diff --git a/server/templates/playlists.html b/server/templates/playlists.html
new file mode 100644 (file)
index 0000000..e1ba60f
--- /dev/null
@@ -0,0 +1,8 @@
+
+      <h1>Playlists!</h1>
+      <ul>
+      {{range .Playlists}}
+        <li><b>{{.Name}}</b> {{.StartTime}} <a href="/playlists/{{.Id}}">(Edit)</a></li>
+      {{end}}
+      </ul>
+      <p><a href="/playlists/new">Add New Playlist</a></p>