{% extends "./contentitem.html" %} {% block body %}

Video

{% with content_url=item.content_url %}

Watch the full video at {{ content_url }}

{% endwith %}

Video Description

{% autoescape off %} {{ item.description_html }} {% endautoescape %} {% endblock %}