Skip to content

Commit

Permalink
Update creating_templates.md
Browse files Browse the repository at this point in the history
Add note in which version block attribute will be released
  • Loading branch information
matjazonline authored Aug 15, 2024
1 parent 15c7ba6 commit 5d27588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/creating_templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 5d27588

Please sign in to comment.