[Move to using .ths files for certain things, minimal at the moment
Neil Mitchell**20060813095949] {
addfile ./src/Web/HTML.ths
hunk ./src/Web/HTML.ths 1
+
+> -- generate pages, using .ths preprocessor
+> module Web.HTML(htmlError) where
+
+
+> htmlError :: String -> String -> String
+> htmlError search errmsg = pure
+<% searchDoneBegin search %>
+
+
+
Invalid Search
+
No results found
+
+
+
+
+ Error, your search was invalid:
+ <% errmsg %>
+
+
This is probably a parse error, check for matching brackets etc.