const html = require('choo/html') module.exports = view function view (state, emit) { var song = state.songs.find(song => song.title == state.params.song.replace(/-/g,' ')) console.log({song}) return html`
${post}