diff --git a/compound/book/browser.py b/compound/book/browser.py
index f454941..87a14d1 100644
--- a/compound/book/browser.py
+++ b/compound/book/browser.py
@@ -51,6 +51,13 @@ class Base(object):
return self.nodeView.getViewForTarget(p)
+class BookOverview(Base, ConceptView):
+
+ @Lazy
+ def macro(self):
+ return book_template.macros['book']
+
+
class SectionView(Base, ConceptView):
@Lazy
diff --git a/compound/book/configure.zcml b/compound/book/configure.zcml
index 98d0b40..9c5a628 100644
--- a/compound/book/configure.zcml
+++ b/compound/book/configure.zcml
@@ -17,6 +17,14 @@
+
+
+
+
+
+
+
+