GitHub - buxlabs/boxwood: Server side templating engine written in JavaScript
boxwood
Server side templating engine written in JavaScript
boxwood was created to achieve the following design goals:
templates can be split into components
css is hashed per component
css is automatically minified
critical css is inlined
templates can import other dependencies
inline images or svgs
i18n support
server side
good for seo
small (1 file, 700 LOC~)
easy to start, familiar syntax
easy to test
The template starts with a standard js file, which builds a tree of nodes, that get rendere...
Read more at github.com