bashtube/templates/themes/default-v2/fav.html
4 raccoons in a trenchcoat. / luna vivian 4ddf2f784a squashed bugs, made stuff neater, typical yada yada
-finally fixed favourites page for good
-made favourites and feed pages look Neater™
-maybe broke the search results page idk lmao
2023-04-20 00:38:15 +02:00

16 lines
356 B
HTML

<h1>Your favourites</h1>
{{_info}}
<div style='display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));'>
{{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>
</div>
{{end _fav}}
{{else ?fav}}
Meow? no faves?
{{end ?fav}}
</div>