@using Oqtane.Themes @using Oqtane.Client.Shared @inherits ThemeBase
@code { public override string Name { get { return "Vertical Layout"; } } public override string Panes { get { return "Top;Bottom"; } } }