9 lines
118 B
Go
9 lines
118 B
Go
|
package models
|
||
|
|
||
|
type HomeIndexViewModel struct {
|
||
|
HeaderMetaTags
|
||
|
}
|
||
|
|
||
|
type HomeAboutViewModel struct {
|
||
|
HeaderMetaTags
|
||
|
}
|