{{#if this.link}}
   <a href="{{this.link}}" title="{{this.text}}">{{this.text}}</a>
 {{else}}
   <span>{{this.text}}</span>
 {{/if}}
