Ever needed to include a Stylesheet or some JavaScript code for a single page? And creating a new page subclass seemed to be overkill? Then this is your solution.
This simplistic widget allows you to include internal and external Stylesheets and JavaScript files on demand on a per-page basis. To avoid polluting your page with new text from the widget heading, you might want to modify your WidgetHolder template, for example as follows:
<div class="$ClassName">
$Content
</div>
If you've got any questions or problems, don't hesitate to contact me.