* HTML, CSS y Plantillas (templates) - i
*** ( las Plantillas (templates) son 'tu amigo' en el desarrollo y diseño Web )
*** listado 'template engines' :
**** twig (Symfony, Drupal, ... )
**** liquid ( Jekyll SSG, ...)
https://shopify.github.io/liquid/
**** golang tpl. (Hugo)
https://pkg.go.dev/html/template
https://gohugo.io/templates/
**** jinja ( Python, Flask..)
https://en.wikipedia.org/wiki/Jinja_(template_engine)
https://jinja.palletsprojects.com/