telemachus 0.1.0

Another template library, suporting serialization
Documentation
---
source: src/parse.rs
expression: tpl
input_file: src/templates/if-elif-else.html
---
parts:
  - If:
      sel:
        items:
          - Map: a
      if_true:
        - HtmlLit: "\n    one thing\n"
      if_false:
        - If:
            sel:
              items:
                - Map: b
            if_true:
              - HtmlLit: "\n    another thing\n"
            if_false:
              - If:
                  sel:
                    items:
                      - Map: c
                  if_true:
                    - HtmlLit: "\n    more thigs\n"
                  if_false:
                    - HtmlLit: "\n    the final thing\n"