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>