Internal error when using page templates
Last Updated:
Overview
Cause
{% abc %}
And
{{ abc }}
respectively. This can cause errors at render time if these are used incorrectly.Solution
{% abc %} This is a tag
And
{{ abc }} This is a variable
Please see the below links for what variables are available within a page template, and more information on the liquid syntax: