Is there way a way to have an "if" statement in the content template.
For example i have an optional text field and want to display text only if its been filed in.
Something like:
[if {Text:1}]<p>some html here {another var:4} <span>{Text:1}]</span></p> [/endif]