{{! View model for this template: { cover_icon: string, Tabler class for the cover placeholder, e.g. "ti-book" title: string, author: string, status_class: string, "want" | "reading" | "read" status_label: string, meta: string, e.g. "started 20 Feb · 62%" progress_label: string, e.g. "62%" (used in the note composer placeholder) formats: [ { icon: string, label: string, active: boolean } ], the format selector segments notes: [ { date: string, text: string } ], reading log recommendation: { optional initials: string, by: string, date: string, note: string }? } }}

{{title}}

{{author}}

{{status_label}} {{meta}}
{{#formats}} {{/formats}}

Reading log

{{#notes}}
{{date}}
{{text}}
{{/notes}}

On your radar

{{#recommendation}}
{{initials}}
{{by}} · {{date}}
"{{note}}"
{{/recommendation}}