"use strict"; // I M P O R T import html from "choo/html"; // E X P O R T export default links => { const renderedLinks = links.map(link => returnLinkTemplate(link.title, link.description, link.destination, link.label)); return html`
${title}
${description}
${label}