{{#if sectioned}}
  {{#polaris-layout/section}}
    {{#if hasBlock}}
      {{yield (hash
        section=(component "polaris-layout/section")
        annotatedSection=(component "polaris-layout/annotated-section")
      )}}
    {{else}}
      {{text}}
    {{/if}}
  {{/polaris-layout/section}}
{{else}}
  {{#if hasBlock}}
    {{yield (hash
      section=(component "polaris-layout/section")
      annotatedSection=(component "polaris-layout/annotated-section")
    )}}
  {{else}}
    {{text}}
  {{/if}}
{{/if}}
