diff options
Diffstat (limited to '')
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,8 @@ In any Rust file inside your crate, add the following: println!("{}", hello.render()); // then render it. } +You should now be able to compile and run this code. + Review the `test cases`_ for more examples. .. _test cases: https://github.com/djc/askama/tree/master/testing |