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.
我正在寻找一个标签,它可以让我停止在模板中的某个部分进行解释。
所以我正在寻找类似于 smarty 的文字标签的东西。
谢谢
我认为您正在寻找{% verbatim %}/ {% endverbatim %}。在早期版本中,这些被称为{% raw %}/ {% endraw %}。
{% verbatim %}
{% endverbatim %}
{% raw %}
{% endraw %}
另请参阅树枝转义。
在 Twig 中,现在是逐字记录,请参阅http://twig.sensiolabs.org/doc/tags/verbatim.html