--- import Base from "./Base.astro"; const notice = { header: "Hello!", content: [ "Test" ] }; ---