const html = `
is dedicated to clear explanations of machine learning
`; export default function(dom, data) { dom.querySelector('dt-footer').innerHTML = html; }