What’s the Point of Using a Template Type?

by Dylan Reniers

Feb 12 , 2019

A while back, a common AEM question came up on a slack channel I am part of:

When looking into editable templates, what is the purpose of using a template type? I’ve read it’s the ‘template of a template’, but still it is not quite clear to me.

Does editing a template type impose the same effects as editing a template?”

It is true that a template type is basically the ‘template’ of a template. In theory, when you create a new template, the selected template type, with the underlying structure, initial and policies child nodes are copied to the new template and a reference to that template type is stored. This reference is just informational.

An easy way for me to get a better understanding of what a template type is, was by comparing it to what I already knew about AEM. I’ve worked with older versions of AEM (6.0 and 6.1) and there you only had the concept of “static templates”. Well, a template type could be compared to a static template, and your dynamic template could be a page created with a static template. If you made a change to your static template, your existing page structure wouldn’t change. The same goes when changing your template type, because it will not change your dynamic template.

I am someone who prefers to see things visually to easier understand what’s going on, so therefore, have a look at this image:

This image shows you that when creating a template, the structure, initial and policies nodes (and child nodes) are copied on creation from the template type.

A page will copy the child nodes of the initial node as child nodes of the jcr:content node on page creation and reference the structure child nodes to load them dynamically when the page is loaded. It will then apply the policies on the content nodes.

You should keep in mind that changing the initial content, structure, or policies of a template type WILL NOT affect already existing templates, but it WILL affect new templates.

But why do you need to have a template type? That’s easy enough, you need one to create a template!

Template types are created and maintained by your developers, in the same way as static templates were created and maintained by developers. Any changes to these template types can only be done by either editing it in CRX/DE, or by deploying a new version of them (which is obviously the preferred method).

You could ask yourself if it’s not a good idea to simply have 1 ‘empty’ template type and create every template based on that template type. The answer to that is “it depends”.

A good rule of thumb is that if your organization has a lot of templates that are very alike, you should create a new template type to save your template authors the effort they have to put in to create a new template.

So, a few pointers to remember from this article

  • You are required to have at least one template type to create a new template
  • Changes to a template type are not reflected to existing templates
  • Template types are created and maintained by your developers

If you need more help getting started with templates, feel free to reach out to me via Linkedin, or check out the documentation from Adobe on Editable Page Templates.

Author Bio

Dylan Reniers is an AEM enthusiast, having worked with Hybris in the past, living in Belgium and works for Digitalum, a part of the Continuum Consulting tribe, specialized in e-commerce and has a specific focus on AEM and Hybris. As the youngest certified AEM Architect in Belgium at the age of 24, he still gets a weird look on people’s face when he tells them he’s an architect. This will quickly change after he gets to work with those people and shows them that age does not define someone’s capabilities.

Working for Digitalum gives him the opportunity to work on multiple AEM projects in a shorter amount of time, giving him more insight in different project approaches, to broaden his skillset.

Furthermore, he’s an active as a soccer fan and player, rooting for KRC Genk and Manchester United and playing some recreational soccer himself.

Tags: AEM | Adobe Experience Manager | Experience Manager | Adobe CQ | Template | Template Type | Editable Templates