{{#if hasBlock}}
  {{yield}}
{{else}}
  <h1>{{title}}</h1>
  <p>{{message}}</p>
{{/if}}
