Skip to content

Commit

Permalink
Merge pull request #19 from Kijewski/pr-rinja-is-based-on-rinja
Browse files Browse the repository at this point in the history
doc: Remove "replace all" mishap
  • Loading branch information
GuillaumeGomez authored Jun 19, 2024
2 parents 40a307a + 973095b commit 3f7f525
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# rinja

`rinja` is based on [Rinja](https://crates.io/crates/rinja). It implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/).
It generates Rust code from your templates at compile time
`rinja` is based on [Askama](https://crates.io/crates/askama).
It implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/), and
generates type-safe Rust code from your templates at compile time
based on a user-defined `struct` to hold the template's context.
See below for an example.

Expand Down

0 comments on commit 3f7f525

Please sign in to comment.