+
{{ book.title }}
+
By: {{ book.authors.join(", ") }}
+
Published: {{ book.publication_year }}
+
+
+ {{ "★".repeat(Math.round(book.average_rating)) }}
+
+
+ {{ book.average_rating.toFixed(1) }} ({{
+ book.ratings_count.toLocaleString()
+ }}
+ ratings)
+
+
+