{{ list.name || 'New List' }}

{{ item.title || 'New Item' }}

{{ item.desc }}

{{ formatDate(item.date) }}
{{ activeListId ? 'All caught up!' : 'No list selected' }} {{ activeListId ? 'Click the "+" button to add items' : 'Create or select a list to get started' }}