{{ _(title) }}

{%- if subtitle -%}

{{ _(subtitle) }}

{%- endif -%}
{%- for item in items -%}
{%- set collapse_id = 'id-' + influxframework.utils.generate_hash('Collapse', 12) -%}
{{ influxframework.utils.md_to_html(_(item.content)) }}
{%- endfor -%}