diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -97,7 +97,6 @@ Hello, {{ name }}! In any Rust file inside your crate, add the following: ```rust -#[macro_use] extern crate askama; // for the Template trait and custom derive macro use askama::Template; // bring trait in scope |