refactored view package
This commit is contained in:
11
internal/view/adminview/dashboard_layout.templ
Normal file
11
internal/view/adminview/dashboard_layout.templ
Normal file
@@ -0,0 +1,11 @@
|
||||
package adminview
|
||||
|
||||
import "git.haelnorr.com/h/oslstats/internal/view/baseview"
|
||||
|
||||
templ DashboardLayout() {
|
||||
@baseview.Layout("Admin") {
|
||||
<div>
|
||||
{ children... }
|
||||
</div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user