Search in the Documentation:

Integration of the Base

Upon creation of the template-set in the Studio, Jahia has generated a minimal structure. This structure contains a template named base (in red) and two page templates named home and simple.

[image]
The view associated with the base template has the name of the template-set

.[image]
We will then copy the HTML structure previously extracted into the base template. The next step is to deploy the template set using the Maven command :

mvn install jahia:deploy

You should now see the static elements of the mockup without any styles since the CSS files have not yet been integrated.

[image]