Added content under Angebot
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{{- partial "left_menu" . -}}
|
||||
</div>
|
||||
<div id="content">
|
||||
{{- block "main" . }}{{- end }}
|
||||
{{- block "main" . -}}{{- end -}}
|
||||
</div>
|
||||
</div>
|
||||
{{- partial "footer.html" . -}}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user