import { html } from "lit"; import 'shared/components/gif.js'; export default (url, hide_url) => html`${ hide_url ? '' : html`${url}` }`;