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"}}
Select Section Type
    {{#each sections as |section|}}
  • {{section.title}}
  • {{/each}}
{{#if hasBlocks}}
Select Re-usable Content
    {{#each blocks as |block|}}
  • {{block.title}}
    {{block.excerpt}}
  • {{/each}}
{{else}}
You have no reusable content — publish any section as a template
{{/if}}