{% extends "base.html" %} {% block title %}Edit your Gif{% endblock title %} {% block js %} {{ super() }} {% endblock js %} {% block body %}

Start by dragging images here.

{% for frame in frames %} {% endfor %}
FINISH!
{% endblock body %}