Is it possible to have 2 separate .pug files be the result of an ng-if statement in a parent template? Something like
ng-if({booleanVar ? pugFile1.pug : pugFile2.pug})
Or any way cleaner than having 2 full pages inside an ngif statement? Thanks everyone