How to build a website using JSP templatge in Hoppo?

hi friends i am new to hippo, please anyone can share the links how to build web site using JSP template (not default freemarker template)

There is basically no difference from using Freemarker except you have to keep your jsp’s in site/src/main/webapp/WEB-INF and you don’t have autoreload or the ability to modify templates on a running system.

You can select use JSP’s when you start a new project in the essentials app. We strongly recommend you use Freemarker.