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-29 22:11:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
askama
/
askama_parser
History
Guillaume Gomez
9439638e0f
Create new
Filter
type
2024-03-11 14:25:46 +01:00
..
fuzz
fuzz: remove input limit
2023-09-18 15:57:17 +02:00
src
Create new
Filter
type
2024-03-11 14:25:46 +01:00
tests
Yield error on deep AST recursion
2024-01-18 07:39:25 +01:00
Cargo.toml
Bump version numbers for release
2024-01-18 11:30:54 +01:00
LICENSE-APACHE
parser: add missing license files
2024-01-15 07:28:38 +01:00
LICENSE-MIT
parser: add missing license files
2024-01-15 07:28:38 +01:00
README.md
Advertise Discord channel instead of Gitter
2023-10-03 17:39:03 +02:00
README.md
askama_parser: template parser for the Askama templating engine
This crate contains the procedural macros used by the
Askama
templating engine.