Boxwood is a server-side templating engine written in JavaScript, with unique design goals such as splitting templates into components, hashing CSS per component, automatic minification, inlining critical CSS, and supporting i18n. It allows for easy importing of dependencies, inline images or svgs, and is small and simple to start using. The template is created through a standard JS file that builds a node tree, which is then rendered to HTML. The syntax is familiar and easy to test. Overall, Boxwood offers a convenient and efficient way to create server-side templates in JavaScript. Maintenance is done by @emilos, and contributions are welcome. (Word count: 100)
https://github.com/buxlabs/boxwood