diff --git a/templates/Layout/DocumentationViewer_DocumentationFolder.ss b/templates/Layout/DocumentationViewer_DocumentationFolder.ss
index 879011d..e1cc886 100755
--- a/templates/Layout/DocumentationViewer_DocumentationFolder.ss
+++ b/templates/Layout/DocumentationViewer_DocumentationFolder.ss
@@ -7,8 +7,16 @@
$Introduction
<% end_if %>
+
+ <% if Breadcrumbs %>
+ <% include DocumentationBreadcrumbs %>
+ <% end_if %>
<% else %>
- $Title
+ <% if Breadcrumbs %>
+ <% include DocumentationBreadcrumbs %>
+ <% end_if %>
+
+ $Title
<% end_if %>
<% include DocumentationVersions %>
@@ -17,14 +25,20 @@
<% include DocumentationVersion_warning %>
<% end_if %>
-
<% include DocumentationTableContents %>
- <% loop Children %>
-
- <% end_loop %>
+ <% if Children %>
+
+
+ <% loop Children %>
+ -
+
+ <% if Summary %>
$Summary
<% end_if %>
+
+ <% end_loop %>
+
+
+ <% end_if %>
<% include DocumentationNextPrevious %>
\ No newline at end of file