{% comment %}
IMPORTANT NOTE: Some editors automatically add a NEW LINE at the end of the document. This causes undesired extra space after the tag. So every time you adjust this file, make sure to open/save it in an editor that does NOT add a new line before committing.
{% endcomment %}
{% spaceless %}
{% include "partials/buttons/link_text.html" %}
{% if 'data-trigger-softpage' in link_attributes and 'data-cms-page' in link_attributes %}
{% if modal_header_title %}
{% include "modals/modal-header-markup.html" with title=modal_header_title modal_type="softpage" %}
{% else %}
{% include "modals/modal-header-markup.html" with title=link_label modal_type="softpage" %}
{% endif %}
{% endif %}
{% endspaceless %}