rshtml_core 0.6.1

RsHtml: A Template Engine for Seamless HTML and Rust Integration.
Documentation
1
2
3
4
5
6
7
8
9
10
@(content: String, count: i32)

<p>
  this is side bar

  @child_content

  @content

</p>