Build a simple template engine in <100 lines of Rust code
Jun 17, 2022 · 11 min read · If you've ever built a full-stack web app, you've probably run into a templating engine like the one provided by Django or Flask. These neat utility packages parse your HTML files and "fill-in-the-blanks" (so to speak) with dynamic content. A common ...
NTIbrahim and 1 more commented
