相关疑难解决方法(0)

如何在Django模板中添加注释

我想用一句话来评论这个

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



{% # this is a comment %}
{% if something.property %}
    <table>
        <tr>...
Run Code Online (Sandbox Code Playgroud)

django django-templates

193
推荐指数
6
解决办法
8万
查看次数

标签 统计

django ×1

django-templates ×1