This commit is contained in:
Carl Pearson
2024-10-12 06:09:29 -06:00
parent a61b4f1e8c
commit ca9d8bdc06
4 changed files with 10 additions and 6 deletions

View File

@@ -8,13 +8,12 @@
<title>Playlist</title>
<link rel="stylesheet" href="/static/style/common.css">
<link rel="stylesheet" href="/static/style/videos.css">
{{template "playlist-video-card-css" .}}
{{template "footer-css" .}}
</head>
<body>
<h1>{{.playlist.Title}}</h1>
<h2>Playlist</h2>
<div class="video-list">
{{range .unwatched}}
{{template "playlist-video-card-html" .}}