{template_user 'head.html'}

{lang('my-comment')}

{loop $data $d} {/loop}
{lang('id')} {lang('title')} {lang('content')} {lang('tatus')} {lang('dosomething')}
{cut($d['id'])} {$d['title']} {cut($d['content'])} {if $d['state']}{else}{/if}
{template_user 'foot.html'}