def html(self, string): return self.string(html_format(string), escape=False)
def _html(self, item): return html_format(unescape(item))