--- // Component script (runs at build time) const greeting = "Hello World"; const currentTime = new Date().toLocaleString(); ---

{greeting}

Welcome to Astro!

Generated at: {currentTime}