mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 01:25:30 +00:00
Changed file extensions + single issue view
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
Issue found!
|
||||
{{ $model := .model }}
|
||||
|
||||
<div>
|
||||
<a href="/{{- $model.Year -}}" aria-current="page">
|
||||
Zurück zum Jahr
|
||||
{{ $model.Year }}
|
||||
</a>
|
||||
</div>
|
||||
Issue found!
|
||||
{{ $page := 0 }}
|
||||
{{ range $piece := .model.Pieces.IssuePieces }}
|
||||
<div>
|
||||
@@ -38,5 +43,11 @@ Issue found!
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ range $annotation := $piece.AnnotationNote.Annotations }}
|
||||
<div>
|
||||
{{ $annotation.Inner.InnerXML }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user