// I M P O R T // import html from "choo/html"; import { html } from 'hono/html' // U T I L import config from "../../config.js"; // E X P O R T export default (context) => { const newMetadata = context.var.lbry; const description = newMetadata && newMetadata.description ? newMetadata.description : config.meta.description; const title = newMetadata && newMetadata.title ? newMetadata.title + " - lbry.tech" : "lbry.tech - " + config.meta.tagline; return html`