diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644
index 0000000..348a453
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,25 @@
+
+
+
+ {{ partial "base/head.html" . }}
+ {{ block "head_css" . }}{{ end }}
+
+
+
+
+ {{ block "main" . }}{{ end }}
+
+
+
+ {{ partial "commandbar/template.html" . }}
+ {{ partial "commandbar/script.html" }}
+ {{ partial "resource_builders/script.html" (dict "resource" "js/commands.js") }}
+ {{ if .HasShortcode "railroad-diagram" }}
+ {{ partial "resource_builders/script.html" (dict "resource" "js/railroad/railroad.js")}}
+ {{ end }}
+
+