I would like to comment this with a line
{% if something.property %} ... {% # this is a comment %} {% if something.pr 6条回答 轻奢々 (楼主) 2020-12-04 08:35 Using the {# #} notation, like so: {# Everything you see here is a comment. It won't show up in the HTML output. #} 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Using the {# #} notation, like so:
{# #}
{# Everything you see here is a comment. It won't show up in the HTML output. #}