Update handlebars version in dyn_templates docs.

This commit is contained in:
Sergio Benitez 2024-01-17 21:37:20 -08:00
parent dca3afcd77
commit 5034ff0d1a
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ and automatically reloads templates when compiled in debug mode. At present, it
supports [Handlebars] and [Tera].
[Tera]: https://docs.rs/crate/tera/1
[Handlebars]: https://docs.rs/crate/handlebars/3
[Handlebars]: https://docs.rs/crate/handlebars/5
# Usage

View File

@ -76,10 +76,10 @@
//! | Engine | Version | Extension |
//! |--------------|---------|-----------|
//! | [Tera] | 1 | `.tera` |
//! | [Handlebars] | 4 | `.hbs` |
//! | [Handlebars] | 5 | `.hbs` |
//!
//! [Tera]: https://docs.rs/crate/tera/1
//! [Handlebars]: https://docs.rs/crate/handlebars/4
//! [Handlebars]: https://docs.rs/crate/handlebars/5
//!
//! Any file that ends with one of these extension will be discovered and
//! rendered with the corresponding templating engine. The _name_ of the