# 模板文件
### 網站模板
網站模板目錄在public/template/default/html中,靜態資源當前目錄。
需要注意的是PC和WAP模板文件名稱需保持一致
| 名稱 | 說明 |
| :----:| :----: |
| index.html | 首頁模板 |
| public_header.html | 頭部通用模板 |
| public_footer.html | 底部通用模板 |
| public_banner.html | 幻燈片通用模板 |
| public_left.html | 左邊通用模板 |
| list_article.html | 文章列表模板 |
| show_article.html | 文章詳情模板 |
| cate_liuyan.html | 留言模板(表單) |
| search.html | 搜索模板 |
### 通用模板繼承
| 名稱 | 文件名 | 調用代碼 |
| :----:| :----: | :---- |
| 頭部通用模板 | public:header | {include file="public:header"/}|
| 底部通用模板 | public:footer | {include file="public:footer"/} |
> 備注:
> 所有自定義模板文件必須以下劃線“_”區分建立。
#### 模板目錄設定
