Jade conditional (if/else) to add class to div inline February 4, 2023 by Tarik This works: div#demo.collapse(class=typeof fromEdit === "undefined" ? "" : "in") Try it out here.