Rocket/contrib/tests
Sergio Benitez 3c07cf96df Overhaul templating contrib library: use `register` callback.
This commit improves and changes the templating library in the following ways:

  * Templates are now registered/loaded at initialization.
  * No synchronization is required to read templates.
  * All templates are properly loaded (fixes #122).
  * Tera templates are given the proper name: `index`, not `index.html.tera`.
  * Rendering tests added for both templating engines.

There is one breaking change:

  * Tera templates are given the proper name: `index`, not `index.html.tera`.
2017-01-12 02:52:23 -08:00
..
templates Overhaul templating contrib library: use `register` callback. 2017-01-12 02:52:23 -08:00
templates.rs Overhaul templating contrib library: use `register` callback. 2017-01-12 02:52:23 -08:00