import { html } from "lit"; export default (url, hide_url) => html`${ hide_url ? '' : html`${url}` }`;