{{/* This is a shortcode from https://github.com/isqua/hugo-shortcodes */}} {{/* If you have any problems, check the latest version in this repository */}} {{- $number := .Get "number" -}} {{- $text := .Inner | default $number -}} {{- $url := printf "sms:%s" $number -}} {{ $text | markdownify }}