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