{% extends "base.html" %} {% block content %}

📅 Your Monthly Repotoire Digest

Here's what happened this month — {{ entries|length }} updates!

{% for entry in entries %}

{{ entry.title }}

{{ entry.published_at.strftime('%B %d, %Y') }}

{{ entry.summary }}

{% endfor %}

View Full Changelog

Unsubscribe from changelog updates

{% endblock %}