indico-plugins/babel.cfg
2017-12-08 14:36:20 +01:00

13 lines
260 B
INI

[python: **.py]
encoding = utf-8
[jinja2: templates/**.txt]
encoding = utf-8
extensions = jinja2.ext.autoescape, jinja2.ext.with_
trimmed = true
[jinja2: templates/**.html]
encoding = utf-8
extensions = jinja2.ext.autoescape, jinja2.ext.with_
trimmed = true