@using System.Drawing @using System.Net @using WatchIt.Website.Components.Subcomponents.Common @using Blazorise @using Microsoft.AspNetCore.Components.Authorization @using WatchIt.DTO.Models.Controllers.Genres.Genre @using Size = Blazorise.Size @using Color = Blazorise.Color @inherits LayoutComponentBase @layout BaseLayout
@if (_searchbarVisible) { } else {
Database Movies TV Series People @if (_genres.Any()) { Genres @foreach (GenreResponse genre in _genres) { @(genre.Name) } }
}
Your profile User settings @if (BaseLayout.AuthorizedAccount!.IsAdmin) { Administrator panel } Log out Sign in
@Body