Started working on dark theme
This commit is contained in:
@ -23,12 +23,14 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG
|
||||
//- #header
|
||||
//- Navigation(user)
|
||||
#columns
|
||||
aside#sidebar
|
||||
Sidebar(user)
|
||||
#content-container
|
||||
main#content.fade!= content
|
||||
Sidebar(user)
|
||||
Content(content)
|
||||
LoadingAnimation
|
||||
StatusMessage
|
||||
if user != nil
|
||||
#user(data-id=user.ID)
|
||||
script(src="/scripts")
|
||||
script(src="/scripts")
|
||||
|
||||
component Content(content string)
|
||||
#content-container
|
||||
main#content.fade!= content
|
Reference in New Issue
Block a user