a piece of bold text here and some more lorem ipsum and a piece of italic text here
a piece of bold text here and some more lorem ipsum and a piece of italic text here
a piece of bold text here and some more lorem ipsum and a piece of italic text here
<div class="accordion" data-module="accordion">
{{#each items}}
<div class="accordion__section js-section">
<span class="accordion__toggle"></span>
<div class="accordion__title js-title">{{#if title}}{{title}}{{else}} {{/if}} </div>
<div class="accordion__content js-content">{{> @cp-text-richtext}}</div>
</div>
{{/each}}
</div>