lexer = get_lexer_by_name(note.lexer) formatter = HtmlFormatter(linenos=True, cssclass=u'source') result = highlight(note.source, lexer, formatter) return render_template(u'view.mako', note=note, source=result)