{{#each settings}}
  • {{#if toggle}}
    {{title}}
    {{text}}
    {{else}}
    {{title}}
    {{text}}
    {{/if}}
  • {{/each}}