Comment on [Debian Stable] Which Static Blog Generator: blag, Jekyll, Hugo, Lektor, Pelican, staticsite?
A_norny_mousse@feddit.org 3 weeks agoIsn’t that the same Zola uses?
Please riddle me this: why are there at least three templating languages - Jinja2, Twig, Tera - that appear to be identical, yet distinct?
gabmus@lemm.ee 3 weeks ago
They’re template engines, not languages. They use a language and different engines may have similar if not identical languages.
There are multiple engines because each engine is usually made for a specific programming language: jinja2 for python, tera for rust and idk about twig.