{{if 'mysidebar' in globals():}}{{mysidebar()}}{{else:}}

thanks


On Dec 8, 10:06 am, Tito Garrido <titogarr...@gmail.com> wrote:
> <html>
>   <body>
>     {{include}} <!-- must come before the two blocks below -->
>
>     <div class="sidebar">
>       {{if 'mysidebar' in :}}{{mysidebar()}}{{else:}}
>
>         my default sidebar
>       {{pass}}
>     </div>
>
>   </body>
> </html>
>
> I guess something is missing on:
>
> {{if 'mysidebar' in :}}
>
> Regards,
>
> Tito
>
> --
>
> Linux User #387870
> .........____
> .... _/_õ|__|
> ..º[ .-.___.-._| . . . .
> .__( o)__( o).:_______

Reply via email to