Add emails

This commit is contained in:
traxys 2023-08-16 22:12:14 +02:00
parent 85c559cfb1
commit f1089232c3
3 changed files with 27 additions and 3 deletions

View file

@ -12,7 +12,13 @@
<body>
<section class="section">
<div class="container">
<h1 class="title">Mail management</h1>
<h1 class="title is-1">Mail management</h1>
<h2 class="title is-2">Mails</h2>
<ul>
{% for mail in mails %}
<li>{{mail.mail}}</li>
{% endfor %}
</ul>
</div>
</section>
</body>