Now that we have named areas, we can create sections just by splitting up content into columns and rows.
Set grid-template-areas to "sidebar main".
grid-template-areas
"sidebar main"
Make sure to pick grid-template-areas followed by " and then sidebar, main, ".
"
sidebar
main