const html = require('choo/html'); module.exports = function(archive) { return html`
  • ${archive.name}
  • `; };