queryIncludePage

queryIncludePage(): Boolean;

Before an included page is inserted into the HTML string, the queryIncludePage method of the JadeHTMLClass class is called to determine if it should be included. This method must return true if the page is to be inserted into the HTML string or false if the page should be ignored. By default, the include page is inserted into the string.

Reimplement this method for conditional includes.