Added content under Angebot

This commit is contained in:
2023-01-21 18:07:36 +01:00
parent 4214e26ad7
commit d903a3baf4
22 changed files with 363 additions and 26 deletions

View File

@@ -9,7 +9,7 @@
{{- partial "left_menu" . -}}
</div>
<div id="content">
{{- block "main" . }}{{- end }}
{{- block "main" . -}}{{- end -}}
</div>
</div>
{{- partial "footer.html" . -}}

View File

@@ -1,5 +1,7 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
<a name="top">
<h1>{{ .Title }}</h1>
</a>
{{ .Content }}
<!--{{ range .Pages.ByPublishDate.Reverse }}
<p>
@@ -10,4 +12,5 @@
</a>
</p>
{{ end }}-->
{{ partial "totop" }}
{{ end }}