From 5d2758820e4adc5b0f5428a8d13583fcfafcebd9 Mon Sep 17 00:00:00 2001 From: Matjaz Hirschman Date: Thu, 15 Aug 2024 15:25:28 +0200 Subject: [PATCH] Update creating_templates.md Add note in which version block attribute will be released --- book/src/creating_templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/creating_templates.md b/book/src/creating_templates.md index ee3ac6b5..c27a7271 100644 --- a/book/src/creating_templates.md +++ b/book/src/creating_templates.md @@ -79,7 +79,7 @@ recognized: Expressions outside of the block are not required by the struct, and inheritance is also supported. This can be useful when you need to decompose your template for partial rendering, without needing to - extract the partial into a separate template or macro. + extract the partial into a separate template or macro. Will be released in version 0.13.0 ```rust #[derive(Template)] #[template(path = "hello.html", block = "hello")]