## TDK調用
```
{include file='common/tdk'}
```
## 公共頭
```
{include file='common/head'}
```
## 公共尾
```
{include file='common/foot'}
```
## 公共變量
> 公司名稱:{$system.company}
> 聯系地址:{$system.address}
> 公司簡介:{$system.info}
> 更多變量可在 后臺->網站設置->自變量 中獲取
## 導航列表
```
{foreach $nav as $dat}
鏈接:{:eurl($dat.m.'/'.$dat.c.'/'.$dat.a,['t'=>$dat.id])}
標題:{$dat.name}
{/foreach}
```