We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Changes by Philip Jenvey (@pjenvey):
Sorry, something went wrong.
Philip Jenvey (@pjenvey) wrote:
fixed in 163bf15
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: