| ... | @@ -237,7 +237,7 @@ pub fn Handlers(comptime T: type) type { | ... | @@ -237,7 +237,7 @@ pub fn Handlers(comptime T: type) type { |
| 237 | try response.headers.append("Content-Type", "text/html"); | 237 | try response.headers.append("Content-Type", "text/html"); |
| 238 | const page = files.@"/selector.pek"; | 238 | const page = files.@"/selector.pek"; |
| 239 | const tmpl = comptime pek.parse(page); | 239 | const tmpl = comptime pek.parse(page); |
| 240 | try pek.compile(Base, alloc, response.writer(), tmpl, .{ | 240 | try pek.compile(Base, alloc, body_writer, tmpl, .{ |
| 241 | .clients = Self.clients, | 241 | .clients = Self.clients, |
| 242 | }); | 242 | }); |
| 243 | } | 243 | } |