Function Render-Widget

Part of:

package weblocks
( render-widget < obj > &key < inlinep > )
Renders a widget ('render-widget-body') wrapped in a
header ('with-widget-header'). If 'inlinep' is true, renders the
widget without a header.

Additionally, calls 'widget-public-dependencies' and adds the returned
items to *page-public-dependencies*. This is later used by Weblocks to
declare stylesheets and javascript links in the page header.