{% for name, plugin in plugins.items() %} {% for style in plugin.styles |d([]) %} {% endfor %} {% endfor %} {% if theme %} {% endif %} {% if style %} {% endif %}
{% for section in slides %} {% if section|length > 1 %}
{% for slide in section %}
{% endfor %}
{% else %} {% for slide in section %}
{% endfor %} {% endif %} {% endfor %}
{% for name, plugin in plugins.items() %} {% for script in plugin.scripts |d([]) %} {% endfor %} {% endfor %}