diff --git a/v2/templates/page.html b/v2/templates/page.html
index 9774fcb..77f8ebc 100644
--- a/v2/templates/page.html
+++ b/v2/templates/page.html
@@ -41,6 +41,7 @@
   {% endfor %}
 </nav>
 
+<main>
 <article id="{{ page.slug }}">
   <h2>
     <a href="{{ page.permalink }}">{{ page.title }}</a>
@@ -80,4 +81,5 @@
     </p>
   </div>
 </article>
+</main>
 {% endblock %}