mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-30 01:35:32 +00:00
Some small stuff; überlieferungen; erster entfurf für randnotizen
This commit is contained in:
11
views/routes/components/_lettertrad.gohtml
Normal file
11
views/routes/components/_lettertrad.gohtml
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ $model := . }}
|
||||
{{- range $i, $trad := (Tradition $model.Letter) -}}
|
||||
<div class="traditioncategory mb-6">
|
||||
<div class="tradition-header font-bold">
|
||||
{{- (App $trad.Reference).Name -}}
|
||||
</div>
|
||||
<div class="tradition-text">
|
||||
{{- Safe (ParseGeneric $trad.Content) -}}
|
||||
</div>
|
||||
</div>
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user