diff --git a/bookwyrm/templates/get_started/book_preview.html b/bookwyrm/templates/get_started/book_preview.html
new file mode 100644
index 00000000..b65236be
--- /dev/null
+++ b/bookwyrm/templates/get_started/book_preview.html
@@ -0,0 +1,14 @@
+{% load i18n %}
+
+ {% include 'snippets/book_cover.html' with book=book %}
+
+
diff --git a/bookwyrm/templates/get_started/books.html b/bookwyrm/templates/get_started/books.html
index 110bced2..3f40550c 100644
--- a/bookwyrm/templates/get_started/books.html
+++ b/bookwyrm/templates/get_started/books.html
@@ -45,7 +45,7 @@
-