I would like to comment this with a line
{% if something.property %} ... {% # this is a comment %} {% if something.pr 6条回答 情书的邮戳 (楼主) 2020-12-04 08:49 This way can be helpful if you want to comment some Django Template format Code. {#% include 'file.html' %#} (Right Way) Following code still executes if commented with HTML Comment. (Wrong Way) 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
This way can be helpful if you want to comment some Django Template format Code.
{#% include 'file.html' %#} (Right Way)
{#% include 'file.html' %#}
Following code still executes if commented with HTML Comment.
(Wrong Way)