This commit is contained in:
Joe Mooring 2024-03-08 19:40:19 -08:00 committed by GitHub
parent 1f522e32ec
commit ed81ac6b02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.