{% extends 'xprez/contents/base.html' %} {% load thumbnail xprez %} {% block content %}
{% if content.poster_image %}
{% endif %} {% if content.video_type == 'youtube' %} {% endif %} {% if content.video_type == 'vimeo' %} {% endif %}
{% endblock %}