Smarty Overview
PieCMS uses the Smarty templating system to output the majority of data.
Syntax
The Smarty syntax uses curly {}
braces around its logic followed by standard if
, foreach
statements.
Variables
Variables are printed with a preceding $
just like php.