mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 23:35:07 +00:00
Clarify that rinja doesn't depend on askama but is a fork
This commit is contained in:
parent
4332dda191
commit
79d5865f87
@ -1,10 +1,9 @@
|
|||||||
# rinja
|
# rinja
|
||||||
|
|
||||||
**Rinja** is based on [Askama](https://crates.io/crates/askama).
|
**Rinja** implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/),
|
||||||
It implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/), and
|
and generates type-safe Rust code from your templates at compile time
|
||||||
generates type-safe Rust code from your templates at compile time
|
|
||||||
based on a user-defined `struct` to hold the template's context.
|
based on a user-defined `struct` to hold the template's context.
|
||||||
See below for an example.
|
See below for an example. It is a fork of [Askama](https://crates.io/crates/askama).
|
||||||
|
|
||||||
All feedback welcome. Feel free to file bugs, requests for documentation and
|
All feedback welcome. Feel free to file bugs, requests for documentation and
|
||||||
any other feedback to the [issue tracker][issues].
|
any other feedback to the [issue tracker][issues].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user