const html = require('choo/html');
module.exports = function() {
return html`
<main class="main container"></main>
`;
};