{% extends "demo.html" %} {% load thumbnail %} {% block headtitle %}Kinetic Lift Demo - {{ block.super }}{% endblock %} {% block content %}
{% for step in steps %}
{% endfor %}
{% for step in steps %}
{{ step.caption|linebreaks }}
{% endfor %}
{% endblock %}