书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 762 个相关结果.
  • API

    API API class _jinja2.sandbox.SandboxedEnvironment([_options]) The sandboxed environment. It works like the regular environment buttells the compiler to generate sandboxed co...
  • Templating

    Templating Jinja2 Chameleon Mako Templating Most WSGI applications are responding to HTTP requests to serve content in HTMLor other markup languages. Instead of directly gen...
  • 基本 API 使用

    基本 API 使用 基本 API 使用 本节简要介绍 Jinja2 模板的 Python API 。 最基本的方式就是通过 Template 创建一个模板并渲染它。如果你的模板不是从字符串加载,而是文件系统或别的数据源,无论如何这都不是推荐的方式: >>> from jinja2 import Template >>> te...
  • Babel 集成

    Babel 集成 Babel 集成 Jinja 提供了用 Babel 抽取器从模板中抽取 gettext 消息的支持,抽取器的接入点名为 jinja2.ext.babel_extract 。 Babel 支持的被作为 i18n 扩展 的一部分实现。 Gettext 消息从 trans 标签和代码表达式中抽取。 要从模板中抽取 gettext ...
  • 常见问题

    常见问题 nunjucks 是否可同时在 node 端和浏览器端使用? 是否可在 nunjucks 和 jinja2 使用同一个模板?两者有什么区别? 常见问题 nunjucks 是否可同时在 node 端和浏览器端使用? 是. 是否可在 nunjucks 和 jinja2 使用同一个模板?两者有什么区别? 有一些区别。 首先,nun...
  • Frequently Asked Questions

    812 2018-06-30 《Jinja2英文文档》
    Frequently Asked Questions¶ Why is it called Jinja?¶ How fast is it?¶ How Compatible is Jinja2 with Django?¶ Isn’t it a terrible idea to put Logic into Templates?¶ Why is Autoe...
  • 模板

    模板¶ Jinja 设置¶ 标准环境¶ 标准过滤器¶ 控制自动转义¶ 注册过滤器¶ 环境处理器¶ 模板¶ Flask 使用 Jinja2 作为默认模板引擎。你完全可以使用其它模板引擎。但是不管你使用哪种模板引擎,都必须安装 Jinja2 。因为使用 Jinja2 可以让 Flask 使用更多依赖于这个模板引擎的扩展。 本文只是简单介绍如...
  • Templates

    Templates Install dependencies Using Jinja2Templates Writing templates Templates and static files More details Templates Warning The current page still doesn’t have a tra...
  • Templates

    Templates Install dependencies Using Jinja2Templates Writing templates Templates and static files More details Templates Warning The current page still doesn’t have a tr...
  • Design Decisions in Flask

    Design Decisions in Flask The Explicit Application Object The Routing System One Template Engine Micro with Dependencies Thread Locals Async/await and ASGI support What Flask...