%- tagName %> href="<%= link %>" class="<%- className %><% if (!enabled) { %> disabled<% } %>"
<% _.each(attributes, function(attribute, name) { %>
<%- name %>="<%- attribute %>"
<% }) %>
title="<%- label %>"
>
<% if (icon) { %>
<%- label %>
<% } else { %>
<% if (iconClassName) { %>
<% } %>
<%- label %>
<% } %>
<%- tagName %>>