{% extends "frontend/base.html" %} {% load random %} {% block content %}

{{object.title}}

Description

{{object.description|linebreaksbr}}

Tags {% for tag in object.tags %} {{tag}} {% endfor %}

Date {{ object.published.date }}

Random Videos

{% endblock %}