$def with (logged_books=None, mode='now')
$ pages = {'now': 'Now', 'daily': 'Today', 'weekly': 'This Week', 'monthly': 'This Month', 'yearly': 'This Year', 'forever': 'All Time'}

$_('Trending Books'): $_(pages[mode])

$_("See what readers from the community are adding to their bookshelves")

$for p in pages: $pages[p]