模板引用是在本模板中引用公共模板,例如引用公共的头部和底部一样。
1、引用本目录下的xxx.html,当本目录不存在时会引用common下的xxx.html
{template "xxx.html"}
2、强制引用common下的xxx.html
{template "xxx.html", "/"}
文档最后更新时间:2017-11-15 01:59:28
模板引用是在本模板中引用公共模板,例如引用公共的头部和底部一样。
1、引用本目录下的xxx.html,当本目录不存在时会引用common下的xxx.html
{template "xxx.html"}
2、强制引用common下的xxx.html
{template "xxx.html", "/"}