Renderers Module

This module stores all the callback functions provided by TIE and used to process process a template as a whole.

Note

Only one function, the default default_renderer processor, is defined for now.

tie.renderers.default_renderer(template, **context)

Default template renderer. Process each registered Tag and returns the whole processed string.

Custom renderers:

Todo

Renderer “protocol” summary

Project Versions

Table Of Contents

Previous topic

Processors Module

Next topic

Helpers Module

This Page