mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-21 13:55:30 +00:00
Better inital
This commit is contained in:
13
templates/layouts/layout.gohtml
Normal file
13
templates/layouts/layout.gohtml
Normal file
@@ -0,0 +1,13 @@
|
||||
{{ define "layout" }}
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ block "title" . }}Default{{ end }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ block "body" . }}{{ end }}
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
||||
1
templates/layouts/placeholder.tmpl
Normal file
1
templates/layouts/placeholder.tmpl
Normal file
@@ -0,0 +1 @@
|
||||
{{/* placeholder */}}
|
||||
Reference in New Issue
Block a user