How to inset a telephone link
Note: This link will only be active on mobile devices, and is convenient for users. When on a mobile device, they click the link and the phone application automatically opens with the phone number already entered. All they have to do is push send. The entire phone number goes between the stars in the code below, including the area code. The second space is what the user sees. This can say "Call us now" or have the actual phone number.
Call to action example:
<a href="tel:+{{config path="general/store_information/phone"}}">Call us now</a>
Phone number example:
<a href="tel:+{{config path="general/store_information/phone"}}">{{config path="general/store_information/phone"}}</a>