bsw@69: if config.motd_intern then bsw@69: local help_text = config.motd_intern bsw@69: ui.container{ bsw@69: attr = { class = "wiki" }, bsw@69: content = function() bsw@69: slot.put(format.wiki_text(help_text)) bsw@69: end bsw@69: } bsw@57: end