From cb6ec2caa0c0df13fb484aae59c27379183114fb Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Mon, 23 Jun 2025 20:47:38 +0200 Subject: [PATCH] The making of aboba: fix wording --- blog/the-making-of-aboba.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blog/the-making-of-aboba.md b/blog/the-making-of-aboba.md index c7b2e05..ffd10c6 100644 --- a/blog/the-making-of-aboba.md +++ b/blog/the-making-of-aboba.md @@ -241,8 +241,7 @@ Now let the **trickery** begin... ## Tangent about templating -"Oh God, another tangent!" I hear you say... Don't worry, in this section I'll explain how templating is implemented, -so that we can circle back to our embedded assets system to better understand it. +Don't worry, in this section I'll briefly explain how templating is implemented, so that we can circle back to our embedded assets system to better understand it. How are templating engines implemented in general? You usually have a pseudo-HTML page (for eg. \`my-page.tmpl\`), which contains plain old HTML, but also has some escaped blocks that can embed dynamic variables, loop over lists, include other pages