webseite/layouts/shortcodes/profile.html
Jannik Menzel 23051eecf0
All checks were successful
publish / publish (push) Successful in 27s
minor responsive layout adjustments
2025-06-07 21:13:18 +02:00

10 lines
No EOL
321 B
HTML

<div class="profile">
<div class="profile-image">
<img src="{{ .Get "image" | relURL }}" alt="{{ .Get "name" }}"/>
</div>
<div class="profile-content">
<h2>{{ .Get "name" }}</h2>
<p><strong>Studiengang:</strong> {{ .Get "studiengang" }}</p>
</div>
</div>
{{ .Inner | markdownify }}