thymeleaf 0.1.0-beta.1

A framework-neutral Thymeleaf-compatible dynamic template engine for Rust
1
2
3
4
5
6
7
8
//div#content
<div id='content'>

    <h1>
      A test page (number 1) for the template HTML Reader
    </h1>

  </div>