feat: ajouter la configuration SMTP et améliorer la documentation technique

This commit is contained in:
Boris Waaub
2026-02-19 11:31:03 +01:00
parent 4fceda15f2
commit c5042105f9
11 changed files with 71 additions and 239 deletions
@@ -0,0 +1,12 @@
{{ $developers := .developers }}
{{ with $developers }}
<div class="max-w-lg mx-auto p-6 bg-white my-8 text-center">
<h3 class="text-2xl font-bold mb-4">{{ .title }}</h3>
<p class="mb-2">{{ .description }}</p>
<p class="mb-2">{{ .linkDescription }}</p>
<a href="{{ .linkUrl }}" class="text-primary-500 underline font-semibold block mb-4">{{ .linkLabel }}</a>
<p class="mb-2">{{ .qrLabel }}</p>
<img src="{{ .qrImg }}" alt="Chill Admin QR Code" class="mx-auto w-40 h-40 rounded border" />
</div>
{{ end }}