Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Askama - filters

Askama supports a number of filters and you can also build your own custom filter.

Filters look like this:

{{ variable | filter }}

and even like this:

{{ variable | filter(param) }}

There are additional Askama filters.

You can also create your own filters.