We could maybe change the `<section>` element to `<main>`. Like: ``` html <main id="main" class="main-content" role="main"> {{ content }} </main> ``` Here's a [good article on the element](http://html5doctor.com/the-main-element/).
We could maybe change the
<section>element to<main>. Like:Here's a good article on the element.