bashtube/templates/themes/default/feed.html

14 lines
410 B
HTML

{{start ?feed}}
{{start _feed}}
<div class='video-image-container'>
<a href='watch?v={{.id}}'>
<div class='video-image' style='background-image: url(http://i.ytimg.com/vi/{{.id}}/mqdefault.jpg)'></div>
{{.title}}
</a>
{{.date}}
</div>
{{end _feed}}
{{else ?feed}}
Eh. something went wrong. Check if you're logged in and if you <a href="/subscribe.shs">subscribe</a> to anyone :p
{{end ?feed}}