diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-15 20:34:33 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-15 20:34:33 +0100 |
commit | c6552eda1d1f1a397fdbdccf8984c9dcc9fa1d0d (patch) | |
tree | 14bf865e1bca91549dfe5ac99ff084e35a11237c | |
parent | 63f18932dbd43b4b93d6a848a05beab1a7ba95f5 (diff) | |
download | askama-c6552eda1d1f1a397fdbdccf8984c9dcc9fa1d0d.tar.gz askama-c6552eda1d1f1a397fdbdccf8984c9dcc9fa1d0d.tar.bz2 askama-c6552eda1d1f1a397fdbdccf8984c9dcc9fa1d0d.zip |
Add comment about running the example
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 |