$def with (blog_posts=None)

$_('About the Project')

$_("Open Library is an open, editable library catalog, building towards a web page for every book ever published.") $_("More")

$:_('Just like Wikipedia, you can contribute new information or corrections to the catalog. You can browse by subjects, authors or lists members have created. If you love books, why not help build a library?')

$_('Latest Blog Posts')

    $if blog_posts: $for post in blog_posts[:3]:
  • $post.title - $datestr(post.pubdate)