@if (Title.IsT0 && !string.IsNullOrEmpty(Title.AsT0))
{
@Title.AsT0
}
else if (Title.IsT1 && (Title.AsT1) != null)
{
@Title.AsT1
}
@if (Content.IsT0 && !string.IsNullOrEmpty(Content.AsT0))
{
@Content.AsT0
}
else if (Content.IsT1 && (Content.AsT1) != null)
{
@Content.AsT1
}