{{localize 'section_insert'}}
{{focus-input type="text" id="new-section-name" value=newSectionName class=(if newSectionNameMissing "mousetrap form-control form-control-lg is-invalid" "mousetrap form-control form-control-lg") placeholder=(localize 'name') autocomplete="off"}}
    {{#each sections as |section|}} {{#unless section.retired}}
  • {{section.title}}
  • {{/unless}} {{/each}} {{#if hasBlocks}}

    {{/if}} {{#each blocks as |block|}}
  • {{block.title}}
    {{block.excerpt}}
  • {{/each}}
{{ui/ui-button color=constants.Color.Gray light=true label=(localize 'cancel') dismiss=true}}