diff --git a/app/templates/book/all.html b/app/templates/book/all.html new file mode 100644 index 0000000..29d3d7c --- /dev/null +++ b/app/templates/book/all.html @@ -0,0 +1,102 @@ + +{% extends 'base.html' %} +{% block content %} + +
Last updated on {{book.versions[-1].updated_at.strftime('%B %d, %Y')}}
{{ book.stars|length }}
55