{% set close = _args.close|default(null) %}
{% if close and close.link and close.modal %}
<a class="close" href="{{ close.link }}" target="_modal" data-toggle="modal" data-target="#{{ close.modal }}">
<i class="icon-cross icon-cross--close"></i>
</a>
{% else %}
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<i class="icon-cross icon-cross--close"></i>
</button>
{% endif %}