Commit f4bd1c3 1 parent f39ef73 commit f4bd1c3 Copy full SHA for f4bd1c3
File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,15 @@ and generates type-safe Rust code from your templates at compile time
10
10
based on a user-defined ` struct ` to hold the template's context.
11
11
See below for an example. It is a fork of [ Askama] ( https://crates.io/crates/askama ) .
12
12
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
14
14
any other feedback to the [ issue tracker] [ issues ] .
15
15
16
16
You can find the documentation about our syntax, features, configuration in our book:
17
17
[ rinja.readthedocs.io] ( https://rinja.readthedocs.io/ ) .
18
18
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
+
19
22
### Feature highlights
20
23
21
24
* Construct templates using a familiar, easy-to-use syntax
Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ It generates Rust code from your templates at compile time
5
5
based on a user-defined ` struct ` to hold the template's context.
6
6
See below for an example.
7
7
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
9
9
any other feedback to the [ issue tracker] [ issues ] .
10
10
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
+
11
14
### Feature highlights
12
15
13
16
* Construct templates using a familiar, easy-to-use syntax
You can’t perform that action at this time.
0 commit comments