Template Tag – literal
literal
Description
The literal tag is used to enclose content that you don’t want to be parsed by the custom theme. Use this tag when you have content with curly-braces, but they aren’t tags.
Example
{literal}
body {
font-family: Verdana;
}
{/literal}