--- import Avatar from '@ui/Avatar.astro' import AvatarList from '@ui/AvatarList.astro' import Progress from '@ui/Progress.astro' interface Props { stageColor?: string } const { stageColor = 'green' } = Astro.props const title = 'New website' const date = '28 Aug 2019' const stage = 'Waiting' ---
Due to: {date}
{stage}