Not sure this works. Does it?

{{extend variable}} works as long as you do not bytecode compile.

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.

Reply via email to