{% if include.link %}
{{ include.text }}
{% else %}
{% if include.text == null or include.text == "" %}
aria-label="{{include.link}}"
{% endif %}
> {{ include.text }}{%
endif %}
{% else %}
{{include.text}}
{% else %}
{% if include.text == null or include.text == "" %}
aria-label="{{include.link}}"
{% endif %}
> {% if include.icon %}{% endif %} {{include.text}}
{% endif %}
{% endif %}