Generic Function Render-Page-Body (2 methods)

( render-page-body < app > < rendered-html > )

Part of:

package weblocks
Renders the body of the page (exluding the <body>
tag). The default implementation wraps the already rendered HTML in a
wrapper div along with extra tags. Specialize :before and :after
methods to render extra html prior and post the page wrapper and override
the main method to replace the generation of the page wrapper and any contents
inside it but outside the rendering of the root composite

Method Summary

render-page-body :after < weblocks-default > < t > 
render-page-body < weblocks-webapp > < t >