Class Library

A class for registering template tags and filters. Compiled filter and

Declaration

class Library
source link

Documentation

template tag functions are stored in the filters and tags attributes.
The filter, simple_tag, and inclusion_tag methods provide a convenient
way to register callables as tags.

Methods

Reexports