mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-09 19:19:12 +00:00
3c07cf96df
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`.
4 lines
79 B
Handlebars
4 lines
79 B
Handlebars
{{> hbs/common/header }}
|
|
<main> {{ content }} </main>
|
|
{{> hbs/common/footer }}
|