diff --git a/layouts/baseof.html b/layouts/baseof.html
index 161ead2..87d4e25 100644
--- a/layouts/baseof.html
+++ b/layouts/baseof.html
@@ -13,7 +13,7 @@
{{ partial "breadcrumb.html" . }}
{{ end }}
-
+
{{ block "main" . }}
THIS TEXT SHOULD NOT SHOW. YUZSIQGHE (that string is so I can grep for it)
{{ end }}
diff --git a/layouts/page.html b/layouts/page.html
index d6455c2..5800455 100644
--- a/layouts/page.html
+++ b/layouts/page.html
@@ -24,7 +24,7 @@
{{ partial "feature-figure.html" . }}
-
+
{{ .Content }}