mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
10 lines
219 B
Go
10 lines
219 B
Go
package config
|
|
|
|
const (
|
|
IndexTemplate = "index.tpl.html"
|
|
ImprintTemplate = "imprint.tpl.html"
|
|
SignupTemplate = "signup.tpl.html"
|
|
SettingsTemplate = "settings.tpl.html"
|
|
SummaryTemplate = "summary.tpl.html"
|
|
)
|