Skip to content

Commit f4bd1c3

Browse files
committed
readme: add reference to Rinja Playground
1 parent f39ef73 commit f4bd1c3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ and generates type-safe Rust code from your templates at compile time
1010
based on a user-defined `struct` to hold the template's context.
1111
See below for an example. It is a fork of [Askama](https://crates.io/crates/askama).
1212

13-
All feedback welcome. Feel free to file bugs, requests for documentation and
13+
All feedback welcome! Feel free to file bugs, requests for documentation and
1414
any other feedback to the [issue tracker][issues].
1515

1616
You can find the documentation about our syntax, features, configuration in our book:
1717
[rinja.readthedocs.io](https://rinja.readthedocs.io/).
1818

19+
Have a look at our [*Rinja Playground*](https://rinja-rs.github.io/play-rinja/),
20+
if our want to try out rinja's code generation online.
21+
1922
### Feature highlights
2023

2124
* Construct templates using a familiar, easy-to-use syntax

book/src/introduction.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ It generates Rust code from your templates at compile time
55
based on a user-defined `struct` to hold the template's context.
66
See below for an example.
77

8-
All feedback welcome. Feel free to file bugs, requests for documentation and
8+
All feedback welcome! Feel free to file bugs, requests for documentation and
99
any other feedback to the [issue tracker][issues].
1010

11+
Have a look at our [*Rinja Playground*](https://rinja-rs.github.io/play-rinja/),
12+
if our want to try out rinja's code generation online.
13+
1114
### Feature highlights
1215

1316
* Construct templates using a familiar, easy-to-use syntax

0 commit comments

Comments
 (0)