# 目錄與結構說明
> 插件根目錄 /view下的文件為可使用的模板文件,您也可以自己建立目錄來設計新的模板。
## 文件結構說明
~~~
/view [模板目錄]
│
├─default -------------------[默認模板]
├─├─common ------------------[公共模版塊]
├─│ comment.html ----------[評論模版]
├─│ downloaditem.html -----[]
├─│ fields.html -----------[]
├─│ index_list.html -------[]
├─│ item_download.html ----[]
├─│ item_news.html --------[]
├─│ item_product.html -----[]
├─│ item.html -------------[]
├─│ layout.html -----------[]
├─│ sidebar.html ----------[]
│ channel_download.html ---[付費閱讀欄目首頁]
│ channel_news.html -------[新聞欄目首頁]
│ channel_product.html ----[產品欄目首頁]
│ channel.html ------------[欄目首頁]
│ diyform.html ------------[自定義表單]
│ index.html --------------[網站首頁]
│ list_download.html ------[付費閱讀列表頁]
│ list_news.html ----------[新聞列表頁]
│ list_product.html -------[產品列表頁]
│ list.html ---------------[列表頁]
│ page.html ---------------[單頁]
│ search.html -------------[搜索頁]
│ show_download.html ------[付費閱讀內容頁]
│ show_news.html ----------[新聞內容頁]
│ show_product.html -------[產品內容頁]
│ show.html ---------------[內容頁]
│ tags.html ---------------[標簽頁]
~~~