模板引用是在本模板中引用公共模板,例如引用公共的頭部和底部一樣。
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", "/"}