@model ProductDetailsModel @if (!string.IsNullOrWhiteSpace(Model.PageShareCode)) {
@Html.Raw(Model.PageShareCode)
}