{% extends "layout.html" %} {% block main %}

{{ title }}

{% for content in contents %}
{% for key, value in content.items() %} {% if key != 'sectionClass' %} {% for data in value %} {% endfor %} {% endif %} {% endfor %}
數量 類型 內容
{{ loop.index }} {{ key }}
{% endfor %} {% endblock main %}