Converting to Liquid Templates (Pre-2022 Legacy)
Converting to Liquid Templates
If your signature templates were built with Opensense tags and clauses, you have the option to switch to Liquid Templates, a templating engine used by Shopify.com which provides greater signature conditional capabilities. Most customers will not feel a compelling need to switch, but if you have advanced conditional requirements for your employee email signatures, or if you feel more familiar with Liquid Templates syntax, a switch might be right for your account!
Contact help@opensense.com to make the change.
Prior to 2022, Opensense signature templates were designed in HTML with unique Opensense tags and conditional clauses. In 2022, we switched to HTML with liquid syntax.
Liquid is an open source template language that adds on to HTML with tags and outputs:
- Tags. A tag includes a tag name and optional arguments wrapped between
{%
and%}
. - Outputs. An output includes a value and optional filters wrapped between
{{` and `}}
.
More information on Liquid syntax can be found here.