{% include "toggle-all.html" %}
{% if "summary" in sections %}
{% include "sections/summary.html" %}
{% endif %}
{% if "schema" in sections %}
{% include "sections/schema.html" %}
{% endif %}
{% if "key-value-metadata" in sections %}
{% include "sections/key-value-metadata.html" %}
{% endif %}
{% if "row-groups" in sections %}
{% include "sections/row-groups.html" %}
{% endif %}
{% if "columns" in sections %}
{% include "sections/columns.html" %}
{% endif %}
{% if "segments" in sections %}
{% include "sections/segments.html" %}
{% endif %}
{% if "raw-footer" in sections %}
{% include "sections/raw-footer.html" %}
{% endif %}