Changed file extensions + single issue view

This commit is contained in:
Simon Martens
2024-12-03 16:51:36 +01:00
parent 51afda5ff2
commit 71927afebd
21 changed files with 222 additions and 188 deletions

View File

@@ -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 }}