From 8a3a966bb3162e9c6defb1a9630ab657a442ad57 Mon Sep 17 00:00:00 2001 From: Anthony Max Date: Wed, 19 Feb 2025 20:41:04 +0300 Subject: [PATCH 1/2] Add HMPL --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 213aa195..07585cee 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [mustache.js](https://github.com/janl/mustache.js) - Minimal templating with {{mustaches}} in JavaScript. * [handlebars.js](https://github.com/handlebars-lang/handlebars.js) - An extension to the Mustache templating language. * [nunjucks](https://mozilla.github.io/nunjucks/) - A rich and powerful templating language for JavaScript from Mozilla. +* [hmpl](https://hmpl-lang.dev) - Server-oriented customizable templating for JavaScript. * [hogan.js](https://github.com/twitter/hogan.js) - A compiler for the Mustache templating language. * [doT](https://github.com/olado/doT) - The fastest + concise JavaScript template engine for nodejs and browsers. * [dustjs](https://github.com/linkedin/dustjs/) - Asynchronous templates for the browser and node.js. From afcdcbe68d23663a5439a0306b463b640b422d6f Mon Sep 17 00:00:00 2001 From: Anthony Max Date: Wed, 19 Feb 2025 20:50:45 +0300 Subject: [PATCH 2/2] Correcting the position in the list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07585cee..c5d0f3b8 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [mustache.js](https://github.com/janl/mustache.js) - Minimal templating with {{mustaches}} in JavaScript. * [handlebars.js](https://github.com/handlebars-lang/handlebars.js) - An extension to the Mustache templating language. * [nunjucks](https://mozilla.github.io/nunjucks/) - A rich and powerful templating language for JavaScript from Mozilla. -* [hmpl](https://hmpl-lang.dev) - Server-oriented customizable templating for JavaScript. * [hogan.js](https://github.com/twitter/hogan.js) - A compiler for the Mustache templating language. * [doT](https://github.com/olado/doT) - The fastest + concise JavaScript template engine for nodejs and browsers. * [dustjs](https://github.com/linkedin/dustjs/) - Asynchronous templates for the browser and node.js. @@ -290,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.