A simple viewlet for inserting css references to different resources.
There is a tuple or list of dict used for the different resource descriptions. The list of dict uses the following format:
({path:'the path', media:'all', rel:'stylesheet'},...)
The default values for media is all and the default value for rel is stylesheet. The path must be set there is no default value for the path attribute.
This is an abstract class that is expected to be used as a base only.
There are no implemented interfaces.
There are no attributes in this class.
getResources()
render(*args, **kw)
There are no known subclasses.