The making of aboba: fix wording

This commit is contained in:
kamkow1
2025-06-23 20:47:38 +02:00
parent 2f5465a0a0
commit cb6ec2caa0

View File

@ -241,8 +241,7 @@ Now let the **trickery** begin...
## Tangent about templating ## Tangent about templating
"Oh God, another tangent!" I hear you say... Don't worry, in this section I'll explain how templating is implemented, 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.
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 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 contains plain old HTML, but also has some escaped blocks that can embed dynamic variables, loop over lists, include other pages