Smarty is an extensible template engine for PHP.
jLix provides the following Smarty extensions:
{json} A plugin to retrieve JSON data from a file, decode it and assign it to a Smarty template variable.
{var} A tiny plugin to assign values to template variables in a more intuitive and brief manner than when using the default {assign} function. Allows multiple assigns in one {var} statement.