Merge pull request #9675 from creative-commoners/pulls/4/docs-partial-template-cache-in-a-loop

DOC Fix Partial Template Cache documentation header
This commit is contained in:
Steve Boyd 2020-09-10 16:32:50 +12:00 committed by GitHub
commit 1a602608ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.