Combining Pages
For print media it can be useful to combine multiple pages into a single page; the render helper allows us to render a single page by path.
To combine several pages we can either call the render
helper multiple times:
Or we could use an iterator to render multiple pages; for example: