Yeah, I think most static site generators let you do something similar. In the static site generator I use (#gutenberg) you can use standard HTML comments (`<!-- -->`) which will show up in the generated file. Or you can use comments in the template (`{# #}`), which will get stripped out. I appreciate having both options.