sum7/warehost
sum7
/
warehost
Archived
1
0
Fork 0
This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
warehost/cmd/warehost-web/model.go

15 lines
292 B
Go
Raw Normal View History

2016-08-27 02:18:41 +02:00
package main
2016-10-11 20:16:24 +02:00
import modul "dev.sum7.eu/sum7/warehost/modul/web"
2016-08-27 02:18:41 +02:00
//TemplateInfo Information send to Template
type TemplateInfo struct {
Host string
URL string
Website *modul.Website
Page *modul.Page
Blog *modul.Blog
BlogPost *modul.BlogPost
Menu []*modul.Menu
2016-08-27 02:18:41 +02:00
}