Python_Notes
Ctrlk
  • 介绍
  • Basic Syntax
  • Standard Modules
  • Python Web
    • Django
      • 创建项目
      • 创建应用
        • 安装应用
        • 编写应用视图
          • 页面模板
          • Django模板语言
            • 变量
            • 标记
            • 过滤器
            • 注释
      • 模型
      • 打开网站
      • 管理模块
      • 视图
      • message
      • auth
    • web.py
    • 规范WSGI
    • flask
  • Python BigData
  • Python Spider
  • Python Hacker
  • Other Packages
  • Debug
  • inside Packages
  • Python APP
Powered by GitBook
On this page
  1. Python Web
  2. Django
  3. 创建应用
  4. 编写应用视图
  5. Django模板语言

注释

注释看起来像这样:

{# this won't be rendered #}

一个[`

`](http://usyiyi.cn/documents/Django_111/ref/templates/builtins.html#std:templatetag-comment)标签提供多行注释。

Previous过滤器Next模型

Last updated 7 years ago