Merge commit 'ec920363cdeb687c8bcac9c242767d366fb058cb'

This commit is contained in:
Bjørn Erik Pedersen
2022-04-08 13:32:01 +02:00
20 changed files with 202 additions and 121 deletions

View File

@@ -78,7 +78,7 @@ This means the partial will *only* be able to access those variables. The partia
## Returning a value from a Partial
In addition to outputting markup, partials can be used to return a value of any type. In order to return a value, a partial must include a lone `return` statement.
In addition to outputting markup, partials can be used to return a value of any type. In order to return a value, a partial must include a lone `return` statement _at the end of the partial_.
### Example GetFeatured