| Index: docs/content/filters.md |
| =================================================================== |
| --- a/docs/content/filters.md |
| +++ b/docs/content/filters.md |
| @@ -5,4 +5,6 @@ |
| `filters/myfilter.py` will define a filter named `myfilter`. This file should |
| also contain a function called `myfilter`, this one will be called when the |
| filter is invoked. For more information on Jinja2 filters see |
| -[official documentation](http://jinja.pocoo.org/docs/dev/api/#writing-filters). |
| +[official documentation](http://jinja.pocoo.org/docs/dev/api/#writing-filters). |
| + |
| +Prev: [Custom Jinja2 global functions and variables (`globals`)](globals.md) | Up: [Home](../../README.md) | Next: [Localization files (`locales`)](locales.md) |