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

📬 Your Weekly Repotoire Update

Here's what's new this week:

{% for entry in entries %}

{{ entry.title }}

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

{{ entry.summary }}

{% endfor %}

View All Updates

Unsubscribe from changelog updates

{% endblock %}