Yesod(hamlet)模板中的注释语法是什么?

s9g*_*ult 12 templates haskell yesod hamlet shakespeare-text

我只是找不到如何在hamlet模板中注释行.是否有一些注释语法?喜欢

-- <p>Some code should be ignored by template
Run Code Online (Sandbox Code Playgroud)

或者其他的东西?

zak*_*aps 8

在最新版本的行注释开头$#,也被界定普通的HTML注释<!---->可用.在源文件中检查它.