# # the main front page # import pagebase def showpage(web, path, query): pagebase.header(web) web.write('''

A book that makes you happier, a book that makes you healthier, a book that turns your world upside down, a book that leaves you thinking, a book that changes your life, a book that will avert world war three, a book that will make the world a better place. That's a Very Important Book! Read more ...

''') pagebase.footer(web)