Wrap content inside main
element
This commit is contained in:
parent
185ed9f36e
commit
6c49426837
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export default function({ title, description, children, comp }) {
|
||||||
<body>
|
<body>
|
||||||
{ comp.navbar() }
|
{ comp.navbar() }
|
||||||
{ comp.header({title, description}) }
|
{ comp.header({title, description}) }
|
||||||
{ children }
|
<main>{children}</main>
|
||||||
{ comp.separator() }
|
{ comp.separator() }
|
||||||
{ comp.footer() }
|
{ comp.footer() }
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue