def content(self): if not hasattr(self, '_finalised_parsed'): self._finalised_parsed = finalise_markup(self.parsed) return self._finalised_parsed