I was looking for a lightweight template engine for Java. My only requirement for this template engine is to template inheritance similar to Python Flask like this.
I would like to use this template simply for generating static content by extracting common parts of HTML pages into base templates and do not need to generate static content based on a Model.
Unfortunately most of template engines that I've found are either do not support this or require extensive configuration or just bloated.
Could you suggest a template engine for this use-case?
Aucun commentaire:
Enregistrer un commentaire