Migrated issue, originally created by Anonymous
I'm using Pylons 0.9.7, Mako 0.2.5
my.mako:
<%def name="panel()">
${(u'foo')}
<%self:block_tpl title="123">
${(u'bar')}
</%self:block_tpl>
</%def>
Only foo gets extracted and bar doesn't.
I think it has something to do with mako.ext.babelplugin
Migrated issue, originally created by Anonymous
I'm using Pylons 0.9.7, Mako 0.2.5
my.mako:
<%def name="panel()">
${(u'foo')}
<%self:block_tpl title="123">
${(u'bar')}
</%self:block_tpl>
</%def>
Only foo gets extracted and bar doesn't.
I think it has something to do with mako.ext.babelplugin