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