diff --git a/layouts/partials/paige-toc.html b/layouts/partials/paige-toc.html
new file mode 100644
index 00000000..2805a19e
--- /dev/null
+++ b/layouts/partials/paige-toc.html
@@ -0,0 +1,11 @@
+{{ if and .Content .Params.paige.toc (ne .TableOfContents `
`) }}
+
+
+
+
+ {{ .TableOfContents }}
+
+
+
+
+{{ end }}