@using System.Reflection; @inherits ComponentBase
@if (_content == Content.Account) { } else if (_content == Content.Host) { } else if (_content == Content.Customer) { } else {
}
@(Assembly.GetEntryAssembly()?.GetName().Version)