Get the latest tech news
Show HN: Boxwood – simple templating engine for JavaScript, in JavaScript
Server side templating engine written in JavaScript - buxlabs/boxwood
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 rendered to html. Please feel free to open new issues and send PRs.
Or read this on Hacker News