{%- macro _actionLink(action) %} {{ action.html | safe if action.html else action.text }} {%- if action.visuallyHiddenText -%} {{ action.visuallyHiddenText }} {% endif -%} {% endmacro -%} {%- macro _summaryCard(params) %} {%- set headingLevel = params.title.headingLevel if params.title.headingLevel else 2 -%}