-
Templating and Integration Guide
- Part 1: Concepts
- Part 2: Modules
- Part 3: Templates and Studio
- Part 4: Content Definitions and Views
- Part 5: Advanced Techniques
- Part 6: Setting up an integration environment
- Part 7: Step by step integration
- Further reading and resources
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.
![jahia6_6_integration_en-69.png [image]](/files/live/sites/jahiacom/files/documentation/6.6/en/images/IntegrationGuide/jahia6_6_integration_en-69.png)
The view associated with the base template has the name of the template-set
.![jahia6_6_integration_en-70.png [image]](/files/live/sites/jahiacom/files/documentation/6.6/en/images/IntegrationGuide/jahia6_6_integration_en-70.png)
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.
![jahia6_6_integration_en-71.png [image]](/files/live/sites/jahiacom/files/documentation/6.6/en/images/IntegrationGuide/jahia6_6_integration_en-71.png)

