From 55467e7c8395a26f3839e65116dde88fafd6d6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 5 Apr 2022 16:19:56 +0200 Subject: [PATCH] Update partials.md --- content/en/templates/partials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/partials.md b/content/en/templates/partials.md index 2d1e9edf2..56a676d7e 100644 --- a/content/en/templates/partials.md +++ b/content/en/templates/partials.md @@ -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