<{foreach from=$rows item=row key=id name=t}> <{if $smarty.foreach.t.first}> <{/if}> <{$row.date}> <{$row.title}> <{$row.kind_title}> <{if $row.enable}> <{else}> <{/if}> <{$smarty.const._EDIT}> <{$smarty.const._DELETE}> <{if $smarty.foreach.t.last}> <{/if}> <{/foreach}> ``` 5. 引入樣板 <{include file="xxx.tpl"}> 6. 條件判斷 ``` <{if 條件}> <{else}> <{/if}> ``` 7.
<{if 條件}> <{else}> <{/if}> ``` 7.