fix: Add jinja hook boilerplate
This commit is contained in:
parent
1fd08d3960
commit
a62ef80cdd
1 changed files with 9 additions and 0 deletions
|
|
@ -190,6 +190,15 @@ app_license = "{app_license}"
|
|||
# automatically create page for each record of this doctype
|
||||
# website_generators = ["Web Page"]
|
||||
|
||||
# Jinja
|
||||
# ----------
|
||||
|
||||
# add methods and filters to jinja environment
|
||||
# jinja = {{
|
||||
# "methods": "{app_name}.utils.jinja_methods",
|
||||
# "filters": "{app_name}.utils.jinja_filters"
|
||||
# }}
|
||||
|
||||
# Installation
|
||||
# ------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue