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.
我希望能够从 <#if> 标记内结束页面的呈现。
我知道 <#stop> 标记,但我不想为了让页面停止呈现而抛出异常。
这是一个肮脏的技巧:将模板的全部内容放入宏中,然后立即调用该宏。您可以在宏内部使用<#return>.
<#return>