diff --git a/README.md b/README.md index 0b9690880..05b3d4755 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,15 @@ 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. 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]. You can find the documentation about our syntax, features, configuration in our book: [rinja.readthedocs.io](https://rinja.readthedocs.io/). +Have a look at our [*Rinja Playground*](https://rinja-rs.github.io/play-rinja/), +if our want to try out rinja's code generation online. + ### Feature highlights * Construct templates using a familiar, easy-to-use syntax diff --git a/book/src/introduction.md b/book/src/introduction.md index 788c6214e..89c774bcd 100644 --- a/book/src/introduction.md +++ b/book/src/introduction.md @@ -5,9 +5,12 @@ It generates 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. -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]. +Have a look at our [*Rinja Playground*](https://rinja-rs.github.io/play-rinja/), +if our want to try out rinja's code generation online. + ### Feature highlights * Construct templates using a familiar, easy-to-use syntax