Looks like it was something trivial. I needed to format the default filters 
line as:

mako.default_filters = 
    none_escape 
    h

And they are required to be in that order. If i put them as:

mako.default_filters = 
    h
    none_escape

Then none_escape was not used. In the working order I confirmed both the "h" 
filter and my none_escape were being used.

--
Jason

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-discuss/-/MJ8rXF07neYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to