注释

最后更新于:2022-04-01 04:03:54

要把模板中一行的部分注释掉,默认使用 {# ... #} 注释语法。这在调试或 添加给你自己或其它模板设计者的信息时是有用的: ~~~ {# note: disabled template because we no longer use this {% for user in users %} ... {% endfor %} #} ~~~
';