This commit is contained in:
Salim B
2022-02-10 14:01:44 +00:00
committed by GitHub
parent dfd1dc570f
commit 70ad71b252
+1 -1
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` stateme
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.
### Example GetFeatured