- @if (string.IsNullOrWhiteSpace(model.Content)) - { -

작성 중인 본문 내용이 이곳에 실시간으로 표시됩니다.

- } - else - { - @((MarkupString)model.Content) - } -