kopia lustrzana https://github.com/dgtlmoon/changedetection.io
7 wiersze
275 B
Markdown
7 wiersze
275 B
Markdown
|
|
# Important notes about templates
|
||
|
|
|
||
|
|
Template names should always end in ".html", ".htm", ".xml", ".xhtml", ".svg", even the `import`'ed templates.
|
||
|
|
|
||
|
|
Jinja2's `def select_jinja_autoescape(self, filename: str) -> bool:` will check the filename extension and enable autoescaping
|
||
|
|
|