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