{% load humanize %}
{{ video.title }}
{#
{{ video.channel.title }}
#}

{{ video.time_published|timesince }} ago

{#

{{ video.youtube_id }}

#}

{% for tag in video.tags %} {{ tag.text }} {% endfor %} {% if video.rank %}

{{ video.rank }}

{% endif %}