I am building a website on harp.js. I have a layout.jade file which includes _header.jade which is written like
!= partial("_header")
!= yield
!= partial("_footer")
Now, there is a change in my design. I do not want all the header look same. If I want different header for the website, how should I put condition to jade file?