How to Create Static Template in Hippo CMS
Step1 : Browse to the bootstrap/webfiles/src/main/resources/site folder and create a folder called freemarker and inside it a folder called home, and add a file called home.ftl to it. <html> <head> </head> <body> <h1>Welcome to Youngsoft Hippo Blog </h1> </body> </html>Continue Reading