- var no_nav = false - var page = "Dialogs" doctype html html(lang="en") head include _head.jade body include _navbar.jade main include page-contents/dialogs_content.html include _footer.html include _scripts.html script(type='text/javascript'). var displayCustomHTMLToast = function () { var $toastContent = $('I am toast content'); Materialize.toast($toastContent, 5000); }