#templates #js #css #html

tailhook/marafet_css

Super-cool templating library (CSS compiler)

1 unstable release

Uses old Rust 2015

0.1.0 Jun 5, 2015

#32 in #templates

11 stars & 4 watchers

MIT license

3KB
69 lines

Marafet

A very experimental DSL for creating (mostly) single page applications in HTML.

It's mostly a Jade-like (or Haml-like) templating language with few features on the top:

  • Renders Virtual DOM (currently cito.js)
  • Attaches streams to event handlers instead of old crappy callbacks
  • Enables non-verbose CSS scoping with using classnames
  • Provides python-like string formatting

Dependencies