+
+ {{- partial "content-header.html" . }}
+
+{{ partial "heading-pre.html" . }}{{ T "Chapter" .Params.Weight }}
+{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
+
+{{ partial "article-content.html" . }}
+{{ partial "shortcodes/children.html" (dict
+ "page" .
+ "containerstyle" "div"
+ "style" "h2"
+ "description" "true"
+)}}
+
+
\ No newline at end of file
diff --git a/exampleSite/layouts/partials/menu-pre.html b/exampleSite/layouts/partials/menu-pre.html
index eb58e01454..f5ee48b900 100644
--- a/exampleSite/layouts/partials/menu-pre.html
+++ b/exampleSite/layouts/partials/menu-pre.html
@@ -1 +1 @@
-{{ if (eq .Type "chapter") }}