书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 763 个相关结果.
  • 基本 API 使用

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

    Basics Basics Jinja2 uses a central object called the template Environment .Instances of this class are used to store the configuration and global objects,and are used to load...
  • 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...
  • 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...
  • API

    API API This document describes the API to Jinja2 and not the template language. Itwill be most useful as reference to those implementing the template interfaceto the applicati...
  • 表单渲染 API

    表单渲染 API 低级渲染 API 内置模板表单渲染器 DjangoTemplates Jinja2 TemplatesSetting 表单集模板中可用的上下文 表单模板中可用的上下文 部件模板中可用的上下文 覆盖内置的表单集模板 覆盖内置表单模板 覆盖内置部件模板 表单渲染 API Django 的表单部件是使用 Djan...
  • Lookup Plugins

    Lookup Plugins Enabling Lookup Plugins Using Lookup Plugins query Plugin List ansible IRC chat channel Lookup Plugins Lookup plugins allow Ansible to access data from outs...
  • Embedding an application in uWSGI

    Embedding an application in uWSGI Step 1: creating the build profile Step 2: embedding the config file Step 3: embedding flask itself Step 4: adding templates Embedding an ...
  • 模板

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

    openSUSE Leap 15.2 and Tumbleweed openSUSE Leap 15.2 and Tumbleweed openSUSE Leap installation Notes: Install Ansible sudo zypper ref sudo zypper - n install ansible ...