serve_page :: (res: *Response, content: string) { res.body = sprint("%\n%\n%", header, content, footer); } #scope_file header : string = #string DONE Omakase DONE footer : string = #string DONE DONE