Lucid is a template language created in 2014 by Chris Done.
#1206on PLDB | 10Years Old |
git clone https://github.com/chrisdone/lucid
Clear to write, read and edit DSL for writing HTML
table_ [rows_ "2"]
(tr_ (do td_ [class_ "top",colspan_ "2",style_ "color:red"]
(p_ "Hello, attributes!")
td_ "yay!"))