#獲取格式
~~~
{$info.字段}
~~~
## 文章
### 標簽
| 字段 | 說明 |
| -- | -- |
| id |文檔ID |
| title | 文章名稱 |
|title_short|短標題|
| cover | 封面 |
| content | 內容 |
| desc | 簡介 |
|level|優先級(越高排序越靠前)|
|view|瀏覽量|
|create_time|創建時間,需要調用格式化代碼|
|description|seo描述|
|name|SEO分類標識|
|seo_title|SEO標題|
|keywords|SEO關鍵詞|
|description|SEO描述|
## 單頁分類
| 字段 | 說明 |
| -- | -- |
| id |分類ID |
| title | 標題 |
| title_en | 英文標題 |
| icon | 分類圖標 |
| content | 內容 |
| list_row | 列表數量 |
|name|SEO分類標識|
|meta_title|SEO標題|
|keywords|SEO關鍵詞|
|description|SEO描述|
###上一條 下一條
~~~
<cms:prev result="data"><li>上一個:<a href="{$data.href}">{$data.title|_substr=20,'...'}</a></li></cms:prev>
<cms:next result="data"><li>下一個:<a href="{$data.href}">{$data.title|_substr=20,'...'}</a></li></cms:next>
~~~