Add comment about running the example

This commit is contained in:
Dirkjan Ochtman 2017-02-15 20:34:33 +01:00
parent 63f18932db
commit c6552eda1d

View File

@ -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