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

@(Name)

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