--- const { link, type, id, isDaftar, isBlank, filled, ...rest } = Astro.props; const linknya = isDaftar ? "https://daftar.al-wafi.sch.id/" : link; const targetAttr = isBlank ? '_blank' : ''; ---