telemachus 0.1.0

Another template library, suporting serialization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: src/parse.rs
expression: tpl
input_file: src/templates/if.html
---
parts:
  - If:
      sel:
        items:
          - Map: a
      if_true:
        - HtmlLit: "\n    b \n"
      if_false: []