@model PartyInvites.Models.GuestResponse
@{
Layout = null;
}
Thanks
Thank you, @Model.Name
@if (Model.WillAttend == true)
{
@:It's great that you're coming. The drinks are already in the fridge
}
else
{
@:Sorry to hear that you can't make it, but thanks for letting us know
}