CoffeeScript Always Reduces Effort -- Markup Language
import CareML from 'coffee-html'
class extends CareML then tag: 'div', id: 'page', children: ->
@div['#header'] ->
@h1.classy 'h', style: { 'background-color': '#22df' }
@div['#menu'] style: { 'background-color': '#2f2' }, ->
@ul ->
@li 'one'
@li 'two'
@li 'three'
@h2 'Content Title', style: { 'background-color': '#f22' }
@p """
Yet another templating engine, but designed
for CoffeeScript programming. Utilizes advanced
ES6 features like Proxies and defineProperty to
achieve a unique DSL for writing HTML.""