Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Aug 25, 2023
1 parent 6b46194 commit 58a6e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .metwork-framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a [jinja2](http://jinja.pocoo.org/) extension to use [humanize](https://

## Syntax

The generic syntax is `{{ 'VALUE'|humanize_{humanize_fn}([humanize_fn_args]) }}`.
The generic syntax is `{% raw %}{{ 'VALUE'|humanize_{humanize_fn}([humanize_fn_args]) }}{% endraw %}`.

Following [humanize](https://python-humanize.readthedocs.io/) functions are currently mapped:

Expand Down

0 comments on commit 58a6e96

Please sign in to comment.