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>
|
||||
{ comp.navbar() }
|
||||
{ comp.header({title, description}) }
|
||||
{ children }
|
||||
<main>{children}</main>
|
||||
{ comp.separator() }
|
||||
{ comp.footer() }
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue