{% extends "base.html" %} {% block body %}

{% for motion in motions %} {% include 'motion.html' %} {% endfor %} {%- if more %} Next {%- endif %}
{%- endblock %}