import { html } from "lit"; export default (o={}) => { if (o.classes?.includes('hor_centered')) { return html`
` } else { return html`` } }