For instance, setting {% assign ClientPhoneNumber = "(234) 555-6789" %} in a single HTML page and using a Liquid {% include %} to make that available that in each template, so you can call {{clientPhoneNumber}} anywhere it's needed. A quick experiment shows that particular method doesn't work, nor does a content holder. Is there another way to do this?
↧