hugo-page/themes/tsc_vfl/layouts/partials/tsc/start-person.html

9 lines
231 B
HTML
Raw Normal View History

2023-01-19 20:05:28 +00:00
<div class="person">
<div class="image">
{{- $person := . -}}
{{- with .Get "img" -}}
<img src="{{ . }}" {{ with $person.Get "name" }}alt="Bild {{ . }}"{{ end }}>
{{- end -}}
</div>