From 451932a669fb59cd2420accd10a54e6d7e68f80f Mon Sep 17 00:00:00 2001 From: Anthony Max Date: Thu, 20 Feb 2025 15:41:05 +0300 Subject: [PATCH] Add HMPL (#916) * Add HMPL * Correcting the position in the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 213aa19..c5d0f3b 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser * [marko](https://github.com/marko-js/marko) - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output. * [swig](https://github.com/paularmstrong/swig) - (Archived) A simple, powerful, and extendable Node.js and browser-based JavaScript template engine. +* [hmpl](https://hmpl-lang.dev) - Server-oriented customizable templating for JavaScript. ## Game Engines * [A-Frame](https://aframe.io) - Make WebVR.