Pug

Pug is a templating engine popular with Node.js development. It uses a short, indentation-based syntax that produces standard HTML, which can make templates faster to write and read. It supports reuse through includes and inheritance to keep markup organized.