diff --git a/content/kb/_index.md b/content/kb/_index.md
new file mode 100644
index 0000000..8cee65d
--- /dev/null
+++ b/content/kb/_index.md
@@ -0,0 +1,4 @@
++++
+title = "База знаний"
+draft = false
++++
diff --git a/themes/a2v/layouts/index.html b/themes/a2v/layouts/index.html
index 40b4eb3..5005328 100644
--- a/themes/a2v/layouts/index.html
+++ b/themes/a2v/layouts/index.html
@@ -23,6 +23,16 @@
+
+
+
База знаний
+
+
+ {{ range .Pages.ByDate.Reverse }}
+
+
+
+
+
{{ .Summary }}
+ {{ if .Params.tags }}
+
+ {{ end }}
+
+
+
+ {{ end }}
+
+
+{{ end }}
diff --git a/themes/a2v/layouts/kb/single.html b/themes/a2v/layouts/kb/single.html
new file mode 100644
index 0000000..d60921f
--- /dev/null
+++ b/themes/a2v/layouts/kb/single.html
@@ -0,0 +1,16 @@
+{{ define "main" }}
+
+
{{ .Title }}
+ {{ partial "source-path.html" . }}
+
+ {{ if .Params.tags }}
+
+ {{ end }}
+
+ {{ .Content }}
+
+{{ end }}