bashtube/templates/themes/default/watch.t

24 lines
531 B
Perl

<div><br>
{{.player}}
<h2>{{.title}}</h2>
<div>
<div>
Uploaded by <b><a href='/channel/{{.channel_id}}'>{{.uploader}}</a></b> on <b>{{.upload_date}}</b>
</div>
<div>
<b>{{.view_count}}</b> views<br>
{{.like_dislike_count}}<br>
{{.fav}}
{{.sub}}
<br><br>
</div>
</div>
<span><i>Description</i>:<br>{{.description}}</span>
</div>
<h1>Recommended</h1>
<div style='display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));'>
{{.recommended}}
</div><h1>Comments</h1>
{{.comments_list}}
{{.playlist}}