CustomTag.__str__(self) in your __str__
method. You can also manually loop through the
self._contents list if you want to do something specific for
each bit that was added.
pass for add. Or, keep the bare HTML as a separate
list in addString. You can always make a super
call to add functionality while retaining the default actions of the
CustomTag class.