Inheritable Landing Page Templates

Anonymous
Not applicable

Inheritable Landing Page Templates

I want to base a template on another template. It seems there is only a single $mContext['bodyElements'];  Is there a way to have multiple?

e.g.

I have ShellA.html landing page template which is the base container. The body section of this ShellA has a $mContext['bodyElements'];
Users can then create ShellB.html which extends ShellA.html. They click drag an html block into ShellA body section where that html block includes their design (for ShellB), as well as another sub $mContext['bodyElements'];

Hopefull that made sense. Is this possible
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Inheritable Landing Page Templates

Hi David, 

The short answer is no, currenlty. Marketo writes all of it's landing page elements where the bodyElements line goes, and that's it. Post that, you can reposition those elements with JavaScript.

Sorry there isn't a better answer. JavaScript is your friend in Marketo.