{% extends 'base.html' %} {% load static %} {% block title %}{{ video.title }} - YouTube Clone{% endblock %} {% block content %}
{{ video.description|linebreaks }}
{% if video.tags %}Login to add a comment.
{% endif %}{{ related_video.uploader.username }}
{{ related_video.views }} views • {{ related_video.upload_date|timesince }} ago
No related videos found.
{% endfor %}