{% extends "base.html" %} {% block title %}Publish{% endblock %} {% block content %}
{{ week_start.strftime('%b %d') }} – {{ week_end.strftime('%b %d, %Y') }} · {{ articles|length }} articles
{% if articles %} {% else %}No articles found for this week. Try fetching articles first from the Dashboard.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}