mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-28 16:45:32 +00:00
8 lines
110 B
Go
8 lines
110 B
Go
package viewmodels
|
|
|
|
type PageViewModel struct {
|
|
Title string
|
|
Description string
|
|
Keywords string
|
|
}
|