Add header to playlist

This commit is contained in:
Carl Pearson
2024-10-15 14:10:25 -06:00
parent 2519ba8da4
commit d7981cd421

View File

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