-
$for list in lists:
- $:render_template("lists/preview", list)
$_("This reader hasn't created any lists yet.")
$else:$_("You haven't created any lists yet.")
$_('Learn how to create your first list.')
$def with (doc, lists, show_header=True) $if show_header:
$_("This reader hasn't created any lists yet.")
$else:$_("You haven't created any lists yet.")
$_('Learn how to create your first list.')