From 8dc590dcb4c9ce674738c915570adab924f2b12c Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Mar 2017 20:35:09 +0100 Subject: Clarify limitations a bit more --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 24c4a13..508c622 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit