{{#if hide}}
  {{yield}}
{{else}}
  {{#mark-overlay id=id model=model group=group}}
    {{yield}}
  {{/mark-overlay}}
{{/if}}