Some small stuff; überlieferungen; erster entfurf für randnotizen

This commit is contained in:
Simon Martens
2025-05-13 18:29:56 +02:00
parent b6e2d6d84c
commit cf683c43ab
10 changed files with 87 additions and 44 deletions

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