http://git.raccoondad.i2p/cryptpad/diff/customize.dist/pages/features.js
premiumFeatures: undefined, + ]; + + return h('div#cp-main', [ + Pages.infopageTopbar(), + h('div.container.cp-container',[ + h('div.row.cp-page-title',[ + h('div.col-12.text-center', h('h1', Msg.features_title)), + ]), + h('div.row.cp-container.cp-features-web.justify-content-sm-center', availableFeatures), + ]), + Pages.infopageFooter() + ]); + }; +}); +...