- Issue created by @sime
- Assigned to RichardGaunt
I have duplicate <main ...><section class="ct-layout__main" >
in my code, one in the other. This goes against the spec.
There is one in the component library which is included from page.html.twig.
https://git.drupalcode.org/project/civictheme/-/blob/1.x/lib/uikit/compo...
There is another one coming from this template.
https://git.drupalcode.org/project/civictheme/-/blob/1.x/templates/layou...
I'm happy to be told I'm doing it wrong, but please explain the logic of how a single "Main" tag should be produced in civictheme so that I can learn. Because I'm attempting to keep things as vanilla as possible. My theory is the layout-three-columns shouldn't be there becasue it's not in either of the other layout twigs, and the page.html.twig inclusion seems like it would be default.
Active
1.8
Code