i really like JSPs as template system and i'm looking for a static site generator that has JSP-like capabilities.
What i really find useful in JSP is that tag files are very powerful and flexible, for instance, you can define a "master" layout as a tag file, have "child" layouts reusing other tag files and even define "components" as tag files, and thus creating new pages/views becomes very easy reusing layouts and components.
The only downside is that JSP is tied to the JVM, is there any static site generator that has these capabilities ?.
thanks in advance