fixed comment to new style
diff --git a/doc/build/templates/base.html b/doc/build/templates/base.html
index 5289691..ce65865 100644
--- a/doc/build/templates/base.html
+++ b/doc/build/templates/base.html
@@ -10,10 +10,10 @@
     ${parent.style()}
 </%def>
 
-#* 
+<%doc> 
  base.html - common to all documentation pages. intentionally separate 
  from autohandler, which can be swapped out for a different one
-*#
+</%doc>
 
 <%
     # bootstrap TOC structure from request args, or pickled file if not present.