--- type Props = { color: string } const { color } = Astro.props const patternId = 'zig-zag-' + color.slice(1) ---