mech-html 0.1.0

HTML library for the Mech language
Documentation
1
2
3
4
5
6
7
8
Div text example
  #html/app = [
    root: "mech-root" 
    contains: [
      kind: "div" 
      contains: "Hello World!"
    ]
  ]