Content blocks provide re-usable content that can be inserted into any document
{{#each blocks as |block|}}

{{block.title}}

{{block.excerpt}}

{{/each}}
{{#if isSpaceAdmin}}     {{#ui/ui-dialog title="Delete Content Block" confirmCaption="Delete" buttonType="btn-danger" show=showDeleteDialog onAction=(action "onDeleteBlock")}}         

Are you sure you want to delete this re-usable content block?

    {{/ui/ui-dialog}} {{/if}}