html-servlet
HTMLServlet provides HTML templating with server-side javascript.
HTMLServlet is a servlet that is registered on *.html.
It reads the html file at the right location according to URL.
It renders the file as html, executing some scripting:
* ${expressions} in element bodies and attribute values
* data-* attributes for conditionals, loops, local variables, and inclusion
*