mirror of https://github.com/rwf2/Rocket.git
Update handlebars version in dyn_templates docs.
This commit is contained in:
parent
dca3afcd77
commit
5034ff0d1a
|
@ -13,7 +13,7 @@ and automatically reloads templates when compiled in debug mode. At present, it
|
||||||
supports [Handlebars] and [Tera].
|
supports [Handlebars] and [Tera].
|
||||||
|
|
||||||
[Tera]: https://docs.rs/crate/tera/1
|
[Tera]: https://docs.rs/crate/tera/1
|
||||||
[Handlebars]: https://docs.rs/crate/handlebars/3
|
[Handlebars]: https://docs.rs/crate/handlebars/5
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
|
|
@ -76,10 +76,10 @@
|
||||||
//! | Engine | Version | Extension |
|
//! | Engine | Version | Extension |
|
||||||
//! |--------------|---------|-----------|
|
//! |--------------|---------|-----------|
|
||||||
//! | [Tera] | 1 | `.tera` |
|
//! | [Tera] | 1 | `.tera` |
|
||||||
//! | [Handlebars] | 4 | `.hbs` |
|
//! | [Handlebars] | 5 | `.hbs` |
|
||||||
//!
|
//!
|
||||||
//! [Tera]: https://docs.rs/crate/tera/1
|
//! [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
|
//! Any file that ends with one of these extension will be discovered and
|
||||||
//! rendered with the corresponding templating engine. The _name_ of the
|
//! rendered with the corresponding templating engine. The _name_ of the
|
||||||
|
|
Loading…
Reference in New Issue