From f4bd1c3fad5d774f4734167eafad300af3c687d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Thu, 8 Aug 2024 22:25:11 +0200 Subject: [PATCH] readme: add reference to Rinja Playground --- README.md | 5 ++++- book/src/introduction.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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