@model ProductDetailsModel
@if (!string.IsNullOrWhiteSpace(Model.PageShareCode))
{
<div class="product-share-button">
@Html.Raw(Model.PageShareCode)
</div>
}