Show this week's sent emails

This commit is contained in:
Oliver Davies 2024-12-14 22:39:41 +00:00
parent 391cdfabb4
commit f79cf2090b
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<section>
<h2>{{ title }}</h2>
<p>Here are the emails I sent this week:</p>
<ul>
{% for email in emails %}
<li><a href="{{ email.url }}">{{ email.title }}</a></li>
{% endfor %}
</ul>
</section>