rshtml_core 0.1.0

RsHtml: A Template Engine for Seamless HTML and Rust Integration.
Documentation
1
2
3
4
5
<div>
    <p>this is home page, @self.value</p>

    @include("include_part.rs.html")
</div>