diff --git a/content/collections/tags/partial.md b/content/collections/tags/partial.md index 10cafbe7e..0e4c48b55 100644 --- a/content/collections/tags/partial.md +++ b/content/collections/tags/partial.md @@ -192,6 +192,9 @@ The solution is to use the partial tag as a pair. Everything inside will be pass ``` +You can also name your slots using the `name` parameter. + + ## Conditional Rendering You can render a partial only if a condition is met.