search

Home  >  Q&A  >  body text

python - django template {# #}标签

{#        <p class="right pagination-p">#}
{#            <nav>#}
{#                <ul class="pagination">#}
{#                    {% ifnotequal page 1 %}#}

此为template 中的标签,含义是?快捷键是?
百度就只有一条结果,表示是“二次开发”。

高洛峰高洛峰2887 days ago445

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 17:48:31

    This is the single-line comment feature in Django template.

    Also a multi-line comment:

    {% comment %} this is a comment {% endcomment %}  

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 17:48:31

    pycharm shortcut key is ctrl+/

    reply
    0
  • Cancelreply