@inherits LayoutComponentBase
@inject IConfiguration Configuration
TSA Chapter Organizer - @Configuration["ChapterSettings:Name"]
Logged in
@Body
@code {
bool _drawerOpen = true;
void DrawerToggle()
{
_drawerOpen = !_drawerOpen;
}
}
An unhandled error has occurred.
Reload
🗙