@if (Context.Request.Path == "/admin") { Plex Request } else { Plex Request } @if (Context.Request.Path == "/admin/authentication") { Authentication } else { Authentication } @if (Context.Request.Path == "/admin/plex") { Plex } else { Plex } @if (Context.Request.Path == "/admin/couchpotato") { CouchPotato } else { CouchPotato } @if (Context.Request.Path == "/admin/sonarr") { Sonarr } else { Sonarr } @if (Context.Request.Path == "/admin/sickrage") { SickRage } else { SickRage } @if (Context.Request.Path == "/admin/headphones") { Headphones (Beta) } else { Headphones (Beta) } @if (Context.Request.Path == "/admin/emailnotification") { Email Notifications } else { Email Notifications } @if (Context.Request.Path == "/admin/pushbulletnotification") { Pushbullet Notifications } else { Pushbullet Notifications } @if (Context.Request.Path == "/admin/pushovernotification") { Pushover Notifications } else { Pushover Notifications } @if (Context.Request.Path == "/admin/logs") { Logs } else { Logs } @if (Context.Request.Path == "/admin/status") { Status } else { Status }