Thymeleaf

Thymeleaf

-Tutorial: Using Thymeleaf
--https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html

-Tutorial: Using Thymeleaf (ja)
--https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf_ja.html
-->[[ ... ]]や[( ... )]の中の式はThymeleafではインライン式と見なされ、th:textやth:utext属性で使用可能な式ならどんな種類のものでも使用できます。
-->[[ ... ]]はth:textに対応していて(つまり結果がHTMLエスケープされます)、[( ... )]はth:utextに対応していてHTMLエスケープされないことに注意してください。