Multiple pages
This commit is contained in:
6
app/templates/context.go
Normal file
6
app/templates/context.go
Normal file
@ -0,0 +1,6 @@
|
||||
package templates
|
||||
|
||||
type PageContext struct {
|
||||
Title string
|
||||
ActivePage string
|
||||
}
|
||||
Reference in New Issue
Block a user