{% extends "base.html" %} {% block content %}

{{video.title}}

{%if video.author.__len__() > 8%} {{video.author[0:10]+'...'}} {%else%} {{video.author}} {%endif%}
{{video.viewCount}}
Rating: {{video.averageRating[0:4]}}%

Description

{{video.description}}
{% endblock %}