Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 Latte 模板的Nette 框架。当我的拿铁模板中有非拿铁宏时,我的问题就开始了。当然,Latte 会抛出一个关于无效宏的异常。
那么如何禁用 Latte 宏或者只是将空白 HTML 模板而不是 Latte 传递到视图中呢?
利用{syntax off}
{syntax off}
文档https://latte.nette.org/en/macros#toc-syntax-switching