--- // Sidebar.astro import { Code } from 'astro:components'; const code = `[ { "type": "System or Task (ONLY one)", "title": "Example Prompt", "description": "This is an example prompt.", "tags": ["example", "test"], "notes": "The prompt description." } ] `; ---