bar-filipo.de/layouts/page/imprint.html
2024-07-05 22:27:57 +02:00

19 lines
540 B
HTML

{{ define "main" }}
<section class="banner style1 orient-left content-align-left">
<div class="content">
<h1>{{ .Site.Title }}</h1>
<ul class="actions stacked">
<li><a href="{{ .Site.Home.RelPermalink }}" class="button primary large wide">Zurück zur Startseite</a></li>
</ul>
</section>
<section class="wrapper style1 align-left">
<div class="inner">
<h1>{{ .Title }}</h1>
{{ range .Resources.ByType "page" }}
{{ .Content }}
{{ end }}
</div>
</section>
{{ partial "footer" . }}
{{ end }}