Re: [racket-users] trying to get pregenerated html into scribble

2016-05-22 Thread Ben Greenman
Try `include-template` from `web-server/templates` http://docs.racket-lang.org/web-server/templates.html#%28form._%28%28lib._web-server%2Ftemplates..rkt%29._include-template%29%29 (Maybe combined with `@literal` from `scribble/html`) Example: ;; static.html static content ;; main.scrbl #lang

[racket-users] trying to get pregenerated html into scribble

2016-05-22 Thread Hendrik Boom
I'm trying to include output from another program into a scribble document. That other program produces HTML. So what I want is, for this text, use some kind of element that contains the html that has already been produced, rather than go through the entore scribble mechanism to produce the