Skip to main content
February 6, 2014
Question

Inheritable Landing Page Templates

  • February 6, 2014
  • 1 reply
  • 560 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

February 6, 2014
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.