mirror of https://github.com/rwf2/Rocket.git
Add template engine versions to docs.
This commit is contained in:
parent
93c979eb43
commit
b8ab9e5b23
|
@ -64,8 +64,13 @@
|
||||||
//! template's extension. At present, this library supports the following
|
//! template's extension. At present, this library supports the following
|
||||||
//! engines and extensions:
|
//! engines and extensions:
|
||||||
//!
|
//!
|
||||||
//! * **Tera**: `.tera`
|
//! | Engine | Version | Extension |
|
||||||
//! * **Handlebars**: `.hbs`
|
//! |--------------|---------|-----------|
|
||||||
|
//! | [Tera] | 0.11 | `.tera` |
|
||||||
|
//! | [Handlebars] | 2 | `.hbs` |
|
||||||
|
//!
|
||||||
|
//! [Tera]: https://docs.rs/crate/tera/0.11
|
||||||
|
//! [Handlebars]: https://docs.rs/crate/handlebars/2
|
||||||
//!
|
//!
|
||||||
//! 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