Example #1
0
 def html(self, string):
     return self.string(html_format(string), escape=False)
Example #2
0
 def _html(self, item):
     return html_format(unescape(item))
 def _html(self, item):
     return html_format(unescape(item))