如何在 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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章