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.
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 {
|
2016-09-12 20:34:09 +02:00
|
|
|
Host string
|
|
|
|
URL string
|
|
|
|
Website *modul.Website
|
|
|
|
Page *modul.Page
|
|
|
|
Menu []*modul.Menu
|
2016-08-27 02:18:41 +02:00
|
|
|
}
|