{% extends "layout.html" %} {% block header %} {% endblock %} {% block content %}

{{title}}

{% if videos %}
{# embed_image_url, default_stream { duration, video_token, video_height, video_width, submission_date, video_type, has_image }, embed_video_url, duration, #} {% for video in videos %}
{% endfor %}
{% else %}

No video available!

{% endif %} {% endblock %}