--- interface Props { page: String; } const {page} = Astro.props var href = page if (href == "home") { href = "" } --- {page}