{% extends "base.html" %} {% block content %}
{% for repo in repos %}
last updated {{repo|last_modified|format_datetime("%Y-%m-%d")}}
{{repo|description}}
{% endfor %}
{% endblock %}