3.1.1 Highlight button View in a new window
Default example
Hover
Focus
Markup
{% set url = url|default("#") %}
{% set label = label|default("Button") %}
<a class="nsw-button nsw-button--highlight {{ modifier_class }}" href="{{url}}" role="button">{{label}}</a>