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

Timeline

{% for section in sections %}
couldn't load thumbnail
{% if section.type == "presentation.normal" %} {% elif section.type == "presentation.skip" %} {% elif section.type == "presentation.loop" %} {% elif section.type == "presentation.complete_loop" %} {% else %} [unsupported type] {% endif %} {{ section.name }}
{% endfor %}

{{ name }}

Normal
Skip
Loop
Complete Loop
{% endblock %} {% block scripts %} {% endblock %}