From 2b8c71c4c046f06fd246090f12f93fa08751f6e2 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 8 Aug 2017 12:39:19 +0200 Subject: Update README to clarify/update status --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f9b7286..f6271e9 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,14 @@ Many thanks to [David Tolnay][dtolnay] for his support in improving Askama. ### Supported in templates * Template inheritance (one level only) -* Basic loops and if/else statements +* Basic loops, if/else statements and include support * Whitespace suppressing with '-' markers * Some built-in filters ### Limitations -* Still in beta -- not very mature yet * Only a small number of built-in template filters have been implemented * User-defined template filters are not supported yet -* Debugging template problems can be tricky [docs]: https://docs.rs/askama [mitsuhiko]: http://lucumr.pocoo.org/ -- cgit