Skip to content

Commit

Permalink
readme: add reference to Rinja Playground
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Aug 8, 2024
1 parent f39ef73 commit f4bd1c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion book/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4bd1c3

Please sign in to comment.