Insert Section
{{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="Enter section 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=constants.Label.Cancel dismiss=true}}