Hi, I have such code: {{if someData:}} {{include 'additional.html'}} {{pass}}
problem is that even when 'someData' is NOT true - file 'additional.html' is included. Is there some trick to select on view level which includes shall be loaded?
Hi, I have such code: {{if someData:}} {{include 'additional.html'}} {{pass}}
problem is that even when 'someData' is NOT true - file 'additional.html' is included. Is there some trick to select on view level which includes shall be loaded?