ลอง View source ดูตัวอย่างได้เลยครับ
Output
Template
{#template MAIN}
{$T.name}
{#foreach $T.table as r} {#include row root=$T.r} {#/for}
{#/template MAIN} {#template row}
{$T.name.bold()}
{$T.age}
{$T.mail.link('mailto:'+$T.mail)}
{#/template row}