const m = require('mithril'); const Layout = () => { return { view: () => [m('.widget__heading', m('h3', 'Other Forums'))], }; }; module.exports = Layout();