I want to use an email template within my current Kentico project as a base template for selected other email templates, so that selected emails have the same look and feel.
For example the Base template contains
<html>
<body>
<h1>Header</h1>
{# placeholder #}
</body>
</html>
Then in other templates, ideally I could check a check box in the Site Manager to use the base template, which would then insert the contents of the current template in to the placeholder in the base template.
Is there a way of achieving this in Kentico?