mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
14 lines
320 B
INI
14 lines
320 B
INI
[extractors]
|
|
jinja2_indico = indico.util.translations:jinja2_babel_extract
|
|
|
|
[python: **.py]
|
|
encoding = utf-8
|
|
|
|
[jinja2_indico: templates/**.txt]
|
|
encoding = utf-8
|
|
extensions = jinja2.ext.autoescape, jinja2.ext.with_
|
|
|
|
[jinja2_indico: templates/**.html]
|
|
encoding = utf-8
|
|
extensions = jinja2.ext.autoescape, jinja2.ext.with_
|