Discussions
Content Area Tag Substituting in Wrong Place?
I feel like I must be missing some incredibly obvious thing here, but I'm seeing some behavior setting the <NLCOLUMNCONTENTS> tag that makes no sense to me.
I have a custom theme and the "Content Area Template" is set to this:
<div id="wrap"><div id="page"><div id="hero">
<NLCOLUMNCONTENTS>
</div></div></div>
Pretty simple stuff.
However, when it renders on the actual site, this is what is output:
<div id="div__body" style="margin: 0px; ">
<div id="wrap"><div id="page"><div id="hero" style="overflow: hidden; width: 100%;"></div></div></div>