[troubleshooting foreign characters, seems to be a problem with base thomashartman1@gmail.com**20080929131340] hunk ./src/View.hs 23 -t2 = do - templates <- directoryGroup "templates" ; writeFile "output.html" $ tutlayout (RenderGlobals templates Nothing) [] "foreignchars" +t3 = do templates <- directoryGroup "templates" + let content = renderTemplateGroup templates [] "foreignchars" + writeFile "output.html" $ renderTemplateGroup templates [("contentarea",content)] "foreigncharsBase" + hunk ./templates/foreignchars.st 1 - + hunk ./templates/foreignchars.st 6 - + addfile ./templates/foreigncharsBase.st hunk ./templates/foreigncharsBase.st 1 - + + +
+ +