@model EmailsViewModel
@{
ViewData.SetActivePageAndTitle(ServerNavPages.Emails);
}
<partial name="EmailsBody" model="@Model"/>