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
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