Good morning,
Personal, "I know it's more of a subject", but someone could help me with this question.
I'm used to making templates with facelets, so I generate an xhtml file and write it down inside it, where it will be Header, Content and Footer. This way, in the other pages, I import the template through a tag.
My question is:
As I can do something similar, but using Bootstrap, I need to generate a main page, where it will have the template structure, and in the other pages of the project, I'll just implement the content, without having to rewrite everything the HTML code.
Note: I'm also searching the web but I had a lot of questions, so I wrote here.
Thank you.