mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 09:05:30 +00:00
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
{{ $model := .model }}
|
|
<div>
|
|
<a href="/{{- $model.Year -}}">
|
|
Zurück zum Jahr
|
|
{{ $model.Year }}
|
|
</a>
|
|
</div>
|
|
{{ template "_inhaltsverzeichnis" . }}
|