changing default theme to Oqtane theme

This commit is contained in:
Shaun Walker
2020-05-18 10:44:54 -04:00
parent 9b74262c76
commit 6ae019336d
15 changed files with 24 additions and 31 deletions

View File

@ -0,0 +1,9 @@
@namespace Oqtane.Themes.OqtaneTheme
@inherits ContainerBase
<div class="container">
@if (PageState.EditMode)
{
<ModuleActions />
}
<ModuleInstance />
</div>