I need a layout with a sidebar. As you suggested I'm trying to create my main layout with panels, panels everywhere and the html5 sections layout. It works fine, with one exception: all my layout elements are 'aside' elements - even the main content section.
i think i'm taking a wrong route..

Comments

Snugug’s picture

Status: Active » Closed (works as designed)

To quote the Aurora Documentation:

The Panels Sections layout produces much cleaner default HTML than then Flexible layout, and you can edit the attributes of the output by calling hook_aurora_layout_attributes_alter(&$attributes).

Call that hook from your subtheme, you'll get all of the attributes for an HTML5 Sections layout, and you can edit to your heart's content. Other solutions include creating your own Panels layout or using one that exists elsewhere.