bashtube/templates/themes/default-v2/fav.html

16 lines
272 B
HTML

<h1>Your favourites</h1>
{{_info}}
{{_fav}}
{{start ?fav}}
{{start _fav}}
<div>
<a href='watch?v={{.id}}'>
<img src='https://i.ytimg.com/vi/{{.id}}/mqdefault.jpg'><br>
<b>{{.name}}</b>
</a><br>
</div>
{{end _fav}}
{{else ?fav}}
Meow? no faves?
{{end ?fav}}