A website is currently in OpenCms which needs to be migrated to Liferay framework as is.
There is a concept of JSP templates in OpenCms. Is it possible to replicate the concept of jsp templates which is present in OpenCms into themes/layouts in liferay?
OpenCms templates use cms tags like <cms: />
How will it be possible for me to transfer this entire website from OpenCms into Liferay?
I have googled a lot regarding this but I did not get any answer for this.
Help will be appreciated.
EDIT:
Here is some more info regarding the project:
The website has static as well as dynamic pages. I need a way to recreate them in liferay so that in future if the users wish to change the data content of website they can do so easily. IN case of dynamic pages they will upate their database. IN case of static pages they would want to change data (if required) from liferay framework.
How should I create templates and add pages that use a particular template and also add content to the pages?
SHould I write a code or can I do directly from the liferay UI ? Is there a quick way to do this?
I tried using ftl templates. But will it be useful or should I create templates from liferay?