1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-11 01:24:05 +02:00

Add tutorial #132

This commit is contained in:
Daniel Stefanovic
2018-05-23 20:53:52 +02:00
committed by GitHub
parent 09880607db
commit 5acb5de14e

View File

@@ -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/)