Sugar是一个类似于Smarty的模板引擎,拥有一个简洁和易于理解的语法。
示例模板:
{% if $foo == 5 %} Foo is equal to five {% else %} Foo is not five {% /if %}