// I M P O R T import { html } from 'hono/html' // E X P O R T export default context => { context.var.hideFooter = true; context.var.lbry = { title: "LBRY Specification", description: "A detailed specification of the LBRY protocol. Learn exactly what LBRY is and how it works!" }; return html` `; };