How to add source code comments in Thymeleaf templates that don't get included in generated HTML?

前端 未结 5 1736
無奈伤痛
無奈伤痛 2021-02-03 18:14

I am using full stack Thymeleaf (spring mvc, security, layout dialect, webflow) in a mid-size web application.

Ok..now that we put so much of code in the html templates

5条回答
  •  一整个雨季
    2021-02-03 18:44

    Prior to version 2.1 you can do this

    
    

    Its very ugly (the th:block needing a false th:if) but works.

提交回复
热议问题