Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.03 KB

glossary.rst

File metadata and controls

34 lines (26 loc) · 1.03 KB

Glossary

Jinja2

A templating system written by Armin Ronacher.

Pyramid

A web framework.

Configurator

:pypyramid.config.Configurator

pyramid_jinja2

A set of bindings that make templates written for the Jinja2 templating system work under the Pyramid web framework.

Template Inheritance

Allows you to build a base “skeleton” template that contains all the common elements of your site and defines blocks that child templates can override. See Template Inheritance <jinja2:template-inheritance> in the Jinja2 documentation.

Asset Specification

A string representing the path to a directory or file present in a Python module. See Understanding Asset Specifications <pyramid:asset_specifications> in the Pyramid documentation for more information.