{% extends "base.html" %} {% load markup typogrify_tags cache social_tags %} {% block title %}{{ video.name }}: {% endblock %} {% block extra_title %}{{ video.gallery }} Video {% endblock %} {% block content %}

{{ video.title }}

{% if video.embed_src %} {{ video.embed_src|safe }} {{ video.description|markdown|typogrify }} {% else %}

This video can not be shown here.

It can be seen at {{ video.source|capfirst }}

{% endif %} {% if video.object_id %}

See More: {{ video.content_object }}

{% endif %} {% social_links video user %} {% endblock %}