+ {{ .Section | title }}
+ {{ .Title }}
+ {{ .Date.Format "02 Jan 2006" }}
+ {{ with .Params.description }}{{ . }}
{{ end }}
+ {{ partial "adsense/in-article.html" . }}
+
+ {{ .Content }}
+
+ ← Back to {{ .CurrentSection.Title }}
+
+{{ end }}
diff --git a/site/layouts/index.html b/site/layouts/index.html
new file mode 100644
index 00000000..f852ceb9
--- /dev/null
+++ b/site/layouts/index.html
@@ -0,0 +1,42 @@
+{{ define "main" }}
+