Quantcast
Channel: Mako: Ticket Query
Viewing all articles
Browse latest Browse all 38

#52: document dynamic inheritance

$
0
0

the template: <%inherit file="${layout}"/>

the problem: NameError?: global name 'layout' is not defined

when replacing the <%inherit %> with ${layout} the proper layout string is displayed

the solution (thanks to pjenvey): <%inherit file="${context.get('layout')}"/>


Viewing all articles
Browse latest Browse all 38

Trending Articles