{% extends base|default:"motion/assets/body/base.html" %} {% load typepad_filters %} {% load i18n %} {% block header %} {% include "motion/assets/bits/header/video.html" %} {% endblock %} {% block media %}
{% autoescape off %}{% with entry|enclosurebymaxwidth:settings.video_max_width as video %}{{ video.embed_code }}{% endwith %}{% endautoescape %}
{% endblock %}