diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 20b4cdc..04d25f9 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -8,6 +8,7 @@
{{ block "main" . }}{{ end }}
+ {{ partial "development/page_info.html" . }}
{{ block "footer" . }}{{ end }}
{{ end }}