tour 0.1.0

Rust Compile-time Templating with Runtime Reload
Documentation
1
2
3
4
5
<div>{{ render Willie }}</div>
<div>{{ render Jane }}</div>
{{ block Willie }}<p>Willie</p>{{ endblock }}
{{ static block Jane }}<p>Jane</p>{{ endblock }}
{{ pub static block Body }}<h1>Title</h1>{{ endblock }}