DOC Fix Partial Template Cache documentation header

This commit is contained in:
Serge Latyntcev 2020-09-10 12:58:16 +12:00
parent 2753f823ee
commit d9c0b079d1
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ those will not have any effect on the parent template caching blocks.
[/warning]
### Nesting in FOR and IF blocks
### Nesting in LOOP and IF blocks
Currently, a cache block cannot be included in `if` and `loop` blocks.
The template engine will throw an error letting you know if you've done this.