# 泛蜘蛛的模板引擎為 Jinja2
#
# 配置數據標簽
```
網站標題:{{title}}
```
```
網站關鍵詞:{{keyword}}
```
```
網站描述:{{desc}}
```
# 文章數據標簽
```
文章:{{text}}
```
```
文章標題:{{text.title}}
```
```
文章網址:{{text.uri}}
```
```
文章關鍵詞:{{text.keyword}}
```
```
文章內容:{{text.text}}
```
```
文章時間:{{text.time}}
```
# 導入數據標簽
```
關鍵詞集合:{{keywords}}
```
```
文章集合:{{texts}}
```
```
域名集合:{{domains}}
```
```
外鏈集合:{{links}}
```
# 其他標簽
```
隨機字符集合:{{strs}}
```
```
當前域名:{{host}}
```