module documentation

preprocessing functions, used with the 'preprocessor' argument on Template, TemplateLookup
Function convert​_comments preprocess old style comments.
def convert_comments(text):

preprocess old style comments.

example:

from mako.ext.preprocessors import convert_comments t = Template(..., preprocessor=convert_comments)