diff --git a/docs/docs/06-static-rendering/02-blog-example.md b/docs/docs/06-static-rendering/02-blog-example.md index bd5bcce6f..f9d7f53bc 100644 --- a/docs/docs/06-static-rendering/02-blog-example.md +++ b/docs/docs/06-static-rendering/02-blog-example.md @@ -20,7 +20,7 @@ templ contentComponent(title string, body templ.Component) {

{ title }

- {! body } + @body
}