如何在 Django 模板中添加注释 - How to put comments in Django templates

问题:

I would like to comment this with a line我想用一行评论这个

{% if something.property %}
    <table>
        <tr>...



{% # this is a comment %}
{% if something.property %}
    <table>
        <tr>...

解决方案:

参考一: https://stackoom.com/question/31HX
参考二: How to put comments in Django templates
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章