From 1ea039498327066b2b5c2ffa8f6e48306f047284 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 25 Jun 2018 09:09:49 +0200 Subject: Update README, removing some limitations --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e34a084..b11a98e 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ in a for-profit context, please consider supporting my open source work on ### Supported in templates -* Template inheritance (one level only) +* Template inheritance * Loops, if/else statements and include support -* Macro support (no `import` blocks yet) +* Macro support * Variables (no mutability allowed) * Some built-in filters, and the ability to use your own * Whitespace suppressing with '-' markers -- cgit