added Services an Uniwahlen page

This commit is contained in:
Jannik Menzel 2025-05-19 17:45:22 +02:00
parent 95ffa0396b
commit e0577ae758
29 changed files with 720 additions and 28 deletions

View file

@ -5,7 +5,7 @@
<div class="profile-content">
<h2>{{ .Get "name" }}</h2>
<p><strong>Studiengang:</strong> {{ .Get "studiengang" }}<br>
📧 <a href="mailto:{{ .Get "email" }}">{{ .Get "email" }}</a></p>
{{ with .Get "email" }}📧 <a href="mailto:{{ . }}">{{ . }}</a><br>{{ end }}</p>
</div>
</div>
{{ .Inner | markdownify }}