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/common.css">
|
||||||
<link rel="stylesheet" href="/static/style/videos.css">
|
<link rel="stylesheet" href="/static/style/videos.css">
|
||||||
{{template "playlist-video-card-css" .}}
|
{{template "playlist-video-card-css" .}}
|
||||||
|
{{template "header-css" .}}
|
||||||
{{template "footer-css" .}}
|
{{template "footer-css" .}}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
{{template "header" .}}
|
||||||
<h1>{{.playlist.Title}}</h1>
|
<h1>{{.playlist.Title}}</h1>
|
||||||
<div class="video-list">
|
<div class="video-list">
|
||||||
{{range .unwatched}}
|
{{range .unwatched}}
|
||||||
|
Reference in New Issue
Block a user