mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-03 07:45:14 +00:00
Clarify limitations a bit more
This commit is contained in:
parent
e558318dd2
commit
8dc590dcb4
@ -26,13 +26,14 @@ See below for an example, or read [the documentation][docs].
|
|||||||
|
|
||||||
### Supported in templates
|
### Supported in templates
|
||||||
|
|
||||||
* Template inheritance
|
* Template inheritance (one level only)
|
||||||
* Basic loops and if/else if/else statements
|
* Basic loops and if/else if/else statements
|
||||||
* Whitespace suppressing with '-' markers
|
* Whitespace suppressing with '-' markers
|
||||||
* Some built-in filters
|
* 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
|
* Only a small number of built-in template filters have been implemented
|
||||||
* User-defined template filters are not supported yet
|
* User-defined template filters are not supported yet
|
||||||
* Debugging template problems can be tricky
|
* Debugging template problems can be tricky
|
||||||
|
Loading…
x
Reference in New Issue
Block a user