I cannot think of an easy way to do it.
On Nov 6, 3:52 am, toan75 <[email protected]> wrote: > How can do for bytecode compile work in this case? > > On Oct 22, 3:03 am, mdipierro <[email protected]> wrote: > > > Not sure this works. Does it? > > > {{extendvariable}} works as long as you do not bytecodecompile. > > > On Oct 21, 12:29 pm, cjrh <[email protected]> wrote: > > > > On Oct 21, 5:17 pm, annet <[email protected]> wrote: > > > > > {{if user_x:}} > > > > {{extend'user_x_view.html'}} > > > > {{elif user_y:}} > > > > {{extend'user_y_view.html'}} > > > > {{else:}} > > > > {{extend'user_z_view.html'}} > > > > {{pass}} > > > > Excellent, yes! I think that is what I want. I'll need to keep the > > > filename in a variable though. > >

