From 5acb5de14e6171fb4010e7601bac7f81ad586c0b Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Wed, 23 May 2018 20:53:52 +0200 Subject: [PATCH] Add tutorial #132 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a14fa7..2f9b592 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ #### Build your own `Template Engine` * [**JavaScript**: _JavaScript template engine in just 20 lines_](http://krasimirtsonev.com/blog/article/Javascript-template-engine-in-just-20-line) +* [**JavaScript**: _Understanding JavaScript Micro-Templating_](https://medium.com/wdstack/understanding-javascript-micro-templating-f37a37b3b40e) * [**Python**: _Approach: Building a toy template engine in Python_](http://alexmic.net/building-a-template-engine/) * [**Python**: _A Template Engine_](http://aosabook.org/en/500L/a-template-engine.html) * [**Ruby**: _How to write a template engine in less than 30 lines of code_](http://bits.citrusbyte.com/how-to-write-a-template-library/)