diff --git a/layouts/authors/list.html b/layouts/authors/list.html
new file mode 100644
index 0000000..09cf70a
--- /dev/null
+++ b/layouts/authors/list.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+{{ .Content }}
+
+ {{- range .Data.Pages }}
+ {{ partial "article.html" . }}
+ {{- end }}
+
+{{ end }}
diff --git a/layouts/authors/terms.html b/layouts/authors/terms.html
new file mode 100644
index 0000000..4756fe9
--- /dev/null
+++ b/layouts/authors/terms.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+
+ Authors
+ {{ range .Data.Pages }}
+ Hi
+ {{ end }}
+
+{{ end }}
\ No newline at end of file