{book.title}

by {book.authors.join(', ')}

Added: {formatDate(book.createdAt)}

{#if authorHandle !== undefined}

By: {authorHandle || book.authorDid}

{/if}