bsw@882: function ui.raw_title(content) bsw@882: slot.select("head", function() bsw@882: ui.container{ attr = { class = "title" }, content = function() bsw@882: slot.put(content) bsw@882: end } bsw@882: end) bsw@882: end