diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-08-08 12:39:19 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-08-08 12:39:19 +0200 |
commit | 2b8c71c4c046f06fd246090f12f93fa08751f6e2 (patch) | |
tree | 3e7c6463d6469bf94be5973859884e15d16d4cf1 /README.md | |
parent | b7446b744a07224ba1b8736efae89684c44291d9 (diff) | |
download | askama-2b8c71c4c046f06fd246090f12f93fa08751f6e2.tar.gz askama-2b8c71c4c046f06fd246090f12f93fa08751f6e2.tar.bz2 askama-2b8c71c4c046f06fd246090f12f93fa08751f6e2.zip |
Update README to clarify/update status
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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/ |