fix: Add jinja hook boilerplate

This commit is contained in:
Faris Ansari 2021-04-17 07:41:04 +05:30
parent 1fd08d3960
commit a62ef80cdd

View file

@ -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
# ------------