This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
askama
Watch
1
Star
0
Fork
0
You've already forked askama
mirror of
https://github.com/askama-rs/askama.git
synced
2025-09-27 04:50:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
askama
/
askama_escape
History
Dirkjan Ochtman
a6bc14c8ca
Advertise Discord channel instead of Gitter
2023-10-03 17:39:03 +02:00
..
benches
Stop eliding lifetimes in paths
2021-07-01 16:10:43 +02:00
src
escape: simplify literals as suggested by clippy
2023-08-25 13:22:05 +02:00
Cargo.toml
Add MSRV checking in CI
2023-09-29 16:13:24 +02:00
LICENSE-APACHE
Add license files to each crate (
fixes
#339
)
2020-06-30 12:09:14 +02:00
LICENSE-MIT
Add license files to each crate (
fixes
#339
)
2020-06-30 12:09:14 +02:00
README.md
Advertise Discord channel instead of Gitter
2023-10-03 17:39:03 +02:00
README.md
askama_escape: escaping utilities for the Askama templating engine
This crate contains helper code for HTML escaping used by the
Askama
templating engine.