@using gehGassi.Web.Helper @model gehGassi.Web.Models.SocialMediaVm
@if (!string.IsNullOrWhiteSpace(Model.Twitter)) { } @if (!string.IsNullOrWhiteSpace(Model.Facebook)) { } @if (!string.IsNullOrWhiteSpace(Model.LinkedIn)) { } @if (!string.IsNullOrWhiteSpace(Model.Xing)) { } @if (!string.IsNullOrWhiteSpace(Model.Instagram)) { } @if (!string.IsNullOrWhiteSpace(Model.Pinterest)) { } @if (!string.IsNullOrWhiteSpace(Model.Blog)) { } @if (!string.IsNullOrWhiteSpace(Model.YouTube)) { } @if (!string.IsNullOrWhiteSpace(Model.Vimeo)) { } @if (!string.IsNullOrWhiteSpace(Model.SnapChat)) { } @if (!string.IsNullOrWhiteSpace(Model.Reddit)) { } @if (!string.IsNullOrWhiteSpace(Model.TikTok)) { }