bsw@929: ui.title("404 Not found") bsw@929: bsw@1045: ui.section(function() bsw@1045: ui.sectionHead(function() bsw@1045: ui.heading{ level = 1, content = _"Page not found" } bsw@1045: end) bsw@1045: ui.sectionRow(function() bsw@1045: ui.link{ bsw@1045: content = _"Go back to home page", bsw@1045: module = "index", view = "index" bsw@1045: } bsw@1045: end) bsw@1045: end)