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}}
Select Re-usable Content
{{#if hasBlocks}}
    {{#each blocks as |block|}}
  • {{#attach-tooltip showDelay=1000}}Published by {{block.firstname}} {{block.lastname}}, {{time-ago block.created}} — used {{ block.used }} times{{/attach-tooltip}}
    {{block.title}}
    {{block.excerpt}}
  • {{/each}}
{{else}}
You have no reusable content — publish any document section as a template for others to reuse
{{/if}}