diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-08 20:35:09 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-08 20:35:09 +0100 |
commit | 8dc590dcb4c9ce674738c915570adab924f2b12c (patch) | |
tree | 84300c99f17d49786806f67b456a7989ec91683c /README.md | |
parent | e558318dd2e4f7a5c13d91209cdf4a0051e9a670 (diff) | |
download | askama-8dc590dcb4c9ce674738c915570adab924f2b12c.tar.gz askama-8dc590dcb4c9ce674738c915570adab924f2b12c.tar.bz2 askama-8dc590dcb4c9ce674738c915570adab924f2b12c.zip |
Clarify limitations a bit more
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -26,13 +26,14 @@ See below for an example, or read [the documentation][docs]. ### Supported in templates -* Template inheritance +* Template inheritance (one level only) * Basic loops and if/else if/else statements * Whitespace suppressing with '-' markers * Some built-in filters -It's still early for Askama, so there are some limitations: +### 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 |