{% extends "widget/base.html" %}
{% load webcms_tags %}
{% load thumbnail %}
{% block content %}
{% if widget.source == 'youtube' %}
{% endif %}
{% if widget.source == 'vimeo' %}
{% endif %}
{% if widget.source == 'unknown' %}
{% endif %}
{% endblock %}