diff --git a/content/collections/tags/partial.md b/content/collections/tags/partial.md index 10cafbe7..422949bd 100644 --- a/content/collections/tags/partial.md +++ b/content/collections/tags/partial.md @@ -192,6 +192,8 @@ The solution is to use the partial tag as a pair. Everything inside will be pass ``` +You could also name your slots by appending `:name`. + ## Conditional Rendering You can render a partial only if a condition is met.