{{ $title := ((.title) | default "") }} {{ $href := ((.href) | default "") }} {{ $text := ((.text) | default "") }} {{ $class := ((.class) | default "") }} {{ $url := ((printf "%s" ($title) ($class) ($href) ($text)) | safeHTML) }} {{ return ($url) }}