Wondering if it is possible to have a conditional {{extend layout.html}}
similar to the following?
{{if session.call:}}
{{extend 'layout_XXX.html'}}
{{pass}}
{{if not session.call:}}
{{extend 'layout.html'}}
{{include 'YYY.html'}}
{{pass}}
....
Required for users with requiring different configurations.
Have tried alternative approaches without success.
TIA
--

