insert html
diff --git a/index_for_custom_site.php b/index_for_custom_site.php
index a3739bb..aba3632 100644
--- a/index_for_custom_site.php
+++ b/index_for_custom_site.php
@@ -36,7 +36,7 @@
   $variables['breadcrumbs_html'] = "";
 
   # Hide the breadcrumbs. (Bool)
-  $variables['hide_breadcrumbs'] = FALSE;
+  $variables['hide_breadcrumbs'] = TRUE;
 
   # Insert HTML before the left nav. (String)
   $variables['leftnav_html'] = '';
@@ -45,7 +45,7 @@
   $variables['main_container_classes'] = 'container';
 
   # Insert HTML after opening the main content container, before the left sidebar. (String)
-  $variables['main_container_html'] = '';
+  $variables['main_container_html'] = 'content\html\index.html';
 
   # Set Solstice theme variables. (Array)
   $App->setThemeVariables($variables);