diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-25 09:09:49 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-25 09:09:49 +0200 |
commit | 1ea039498327066b2b5c2ffa8f6e48306f047284 (patch) | |
tree | 297296da8c056b3e3664012508287b09b825cbbe /README.md | |
parent | 0eed2406201fc84280d55e744e6ed5c09465e698 (diff) | |
download | askama-1ea039498327066b2b5c2ffa8f6e48306f047284.tar.gz askama-1ea039498327066b2b5c2ffa8f6e48306f047284.tar.bz2 askama-1ea039498327066b2b5c2ffa8f6e48306f047284.zip |
Update README, removing some limitations
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |