diff --git a/views/authors/index.ejs b/views/authors/index.ejs index 6180ceb..4964111 100644 --- a/views/authors/index.ejs +++ b/views/authors/index.ejs @@ -1 +1,12 @@ -All Authors \ No newline at end of file + +

Search Authors

+
+ + + +
+
+<% authors.forEach(author => { %> +
<%= author.name %>
+<% }) %> \ No newline at end of file