--- import SectionHeader from "./SectionHeader.astro"; import { config } from "../config"; interface Props { introduction: string; summary: string; license: string; } const { introduction, summary, license } = Astro.props; ---

Key Principles

Feedback

Please{" "} open an issue on GitHub.

License