模板引用是在本模板中引用公共模板,例如引用公共的頭部和底部一樣。
1、引用本目錄下的xxx.html,當(dāng)本目錄不存在時(shí)會(huì)引用common下的xxx.html
{template "xxx.html"}
2、強(qiáng)制引用common下的xxx.html
{template "xxx.html", "/"}
文檔最后更新時(shí)間:2017-11-15 01:59:28
模板引用是在本模板中引用公共模板,例如引用公共的頭部和底部一樣。
1、引用本目錄下的xxx.html,當(dāng)本目錄不存在時(shí)會(huì)引用common下的xxx.html
{template "xxx.html"}
2、強(qiáng)制引用common下的xxx.html
{template "xxx.html", "/"}