{{# Set defaults for variables #}} {{ this_link = (this_link ?: "") }} {{ target = (target ?: "_self") }} {{# Sort out the link and target for the button #}} {{ if (link_type == "url") }} {{ this_link = "{{ link }}" }} {{ elseif (link_type == "collection") }} {{ this_link = "{{ page_story:url }}" }} {{ elseif (link_type == "download") }} {{ this_link = "{{ download }}" }} {{ target = "_blank" }} {{ /if }}