A python package to support HTML generation
copied from cf-staging / ja-webutilsA pure Python class library to facilitate programatic generation of web pages. Three main classes Page - represents the full HTML. PageItem - an abstract base class for most non-form tags. PageFormItem - an abstract base class for tags that return information.