{{#if (has-block)}}
  <p>
    {{yield}}
  </p>
{{else}}
  <p>
    {{@text}}
  </p>
{{/if}}
