import './HTML.sass' import { type JSXElement, Show } from 'solid-js' interface Props { title: string name: string description: string children: JSXElement font?: 'roboto' | 'inter' | 'montserrat' | 'open-sans' | 'public-sans' } export default (props: Props) => { return ( <>