[Add index file template. Bryan O'Sullivan **20070916043312] { addfile ./web/index.html.in hunk ./web/index.html.in 1 + +{% extends "boilerplate.html" %} + +{% block bodycontent %} + + +
+

Welcome to Real World Haskell

+ +

This is the online home of the book “Real World Haskell”. We + are currently writing the book, and will soon be posting early + chapters for public review.

+ +

The book will be published by O'Reilly Media. A + publication date has not yet been set.

+ +

Please visit + our blog for news about our progress.

+
+{% endblock %} }