as i have read, {{extends should be the first line in the view

so it is not possible to do this?

{{if condition:}}
{{extends 'layout1.html'}}
{{else:}}
{{extends 'layout2.html'}}
...

andrej


Reply via email to