@using WatchIt.Website.Components.Subcomponents.Common @inherits Component

@(Data.Username)

@if (!string.IsNullOrWhiteSpace(Data.Description)) { @(Data.Description) }