diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs
index e6d6939cd..e90b32899 100644
--- a/data/templates/default.revealjs
+++ b/data/templates/default.revealjs
@@ -59,7 +59,12 @@ $endif$
 $endif$
 $if(toc)$
 <section id="$idprefix$TOC">
+<nav role="doc-toc"> 
+$if(toc-title)$
+<h2 id="$idprefix$toc-title">$toc-title$</h2>
+$endif$
 $table-of-contents$
+</nav>
 </section>
 $endif$