Re: [pollen] Combining multiple input pages into single output.

2017-09-24 Thread Karim Chellaoui
This works! Thanks a lot! Le dim. 24 sept. 2017 à 21:53, Matthew Butterick a écrit : > If you use the submodule technique, you need to `provide` the identifiers > from inside the submodule, then you also need to insert them in the body of > the source file: > > #lang pollen > >

Re: [pollen] Combining multiple input pages into single output.

2017-09-24 Thread Matthew Butterick
If you use the submodule technique, you need to `provide` the identifiers from inside the submodule, then you also need to insert them in the body of the source file: #lang pollen ◊(module art1-submod racket/base (require "article1.html.pm") (provide doc)) ◊(require (prefix-in art1: