{{#if _hasIcon}}
  <i class="{{iconClass}}"></i>
{{/if}}
{{#if _hasCaption}}
  {{caption}}
{{/if}}
{{yield}}
