>[danger] 系统默认模板文件夹为template,灵活配置你的模板文件夹,能有效的避免一些不法的猜测
![](https://img.kancloud.cn/41/b7/41b735a325fa5a47f22a27cb59e03533_898x803.jpg)
>[danger]# 站点模板目录标签为{$tempdir}
## 一、配置模板目录
## 二、添加站点设置站点模板目录和页面目录
![](https://box.kancloud.cn/efee2d7ae6433477c7eabd08d82dc23c_741x411.jpg)
## 三、使用
```
<link rel="stylesheet" type="text/css" href="{$tempdir}/static/css/public.css"/>
<link rel="stylesheet" type="text/css" href="{$tempdir}/static/css/jquery.bxslider.css"/>
<link rel="stylesheet" type="text/css" href="{$tempdir}/static/css/style.css"/>
<script type="text/javascript" src="{$tempdir}/static/js/jquery1.11.3.min.js"></script>
<script type="text/javascript" src="{$tempdir}/static/js/jquery.bxslider.min.js"></script>
<script type="text/javascript" src="{$tempdir}/static/js/index.js"></script>
```