diff --git a/content/en/templates/introduction.md b/content/en/templates/introduction.md index 67cc0d5e1..6f3e23d35 100644 --- a/content/en/templates/introduction.md +++ b/content/en/templates/introduction.md @@ -407,7 +407,7 @@ Use the [`partial`] or [`partialCached`] function to include one or more [partia ```go-html-template {{ partial "breadcrumbs.html" . }} -{{ partialCached "css.html" .}} +{{ partialCached "css.html" . }} ``` Create your partial templates in the layouts/partials directory.