--- data: type: hash locale: type: string i18n: type: hash ---

Details

{% block 'sutty/details.html', summary: 'Details' %}

{{ i18n.lorem_ipsum.one_paragraph }}

{% endblock %}

Open details

{% block 'sutty/details.html', summary: 'Details', open: true %}

{{ i18n.lorem_ipsum.one_paragraph }}

{% endblock %}

Grouped details (accordion)

{% block 'sutty/details.html', summary: 'Details', name: 'group' %}

{{ i18n.lorem_ipsum.one_paragraph }}

{% endblock %} {% block 'sutty/details.html', summary: 'Details', name: 'group' %}

{{ i18n.lorem_ipsum.one_paragraph }}

{% endblock %} {% block 'sutty/details.html', summary: 'Details', name: 'group' %}

{{ i18n.lorem_ipsum.one_paragraph }}

{% endblock %}