<a href="http://www.google.nl" class="extern">
    Google
</a>
<a href="{{ url }}" {{{ifattr 'class' modifier }}}>
  {{#if icon }}
    {{> '@icon' icon=icon }}
  {{/if}}
  {{#if iconOnly }}
    <span class="sr-only">{{ label }}</span>
  {{else}}
    {{ label }}
  {{/if}}
  {{#if count }}
    {{> '@badge' }}
  {{/if}}
</a>
label: Google
url: 'http://www.google.nl'
modifier: extern

There are no notes for this item.