Add header to playlist
This commit is contained in:
@@ -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}}
|
||||
|
Reference in New Issue
Block a user