askama 0.15.2

Type-safe, compiled Jinja-like templates for Rust
Documentation
[default]
locale = "en-us"

[files]
extend-exclude = [
    # generated files
    "book/ethicalads-theme.css",
    "fuzzing/fuzz/artifacts/",
    "fuzzing/fuzz/corpus/",
    "target/",
    "askama_parser/tests/*.txt",
    "testing/templates/fuzzed-*",
    # we copied the files verbatim including any typos :)
    "askama_parser/benches",
    "askama_derive/benches",
    # filler texts
    "*/benches/strings.inc",
    # too many false positives
    "testing/tests/gen_ws_tests.py",
    # truncated output
    "testing/tests/ui/*.stderr",
    # minimized file full of regular expressions that trip up the typo checker
    "book/theme/highlight.js",
]

[default.extend-words]
# It's actually called that in the ASCII standard
Enquiry = "Enquiry"

# French words
exemple = "exemple"
existant = "existant"

# used in tests
Ba = "Ba"
fo = "fo"
Fo = "Fo"
sur = "sur"