mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-28 16:45:32 +00:00
Schellfilter; bugfixes; Tagewerk; Anfang Ort Controller
This commit is contained in:
@@ -19,13 +19,7 @@ import (
|
||||
|
||||
const (
|
||||
ASSETS_URL_PREFIX = "/assets"
|
||||
CLEAR_LAYOUT = `
|
||||
<html>
|
||||
<head>
|
||||
{{ block "head" . }}{{ end }}
|
||||
</head>
|
||||
{{ block "body" . }}{{ end }}
|
||||
</html>`
|
||||
CLEAR_LAYOUT = `{{ block "head" . }}{{ end }}{{ block "body" . }}{{ end }}`
|
||||
)
|
||||
|
||||
type Engine struct {
|
||||
|
||||
Reference in New Issue
Block a user