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

Unlisted apps

{% for app in apps %} {% endfor %}
Description Updated
{{ app.owner}}/{{ app.name }} {{ app.description or "" }} {{app.updated_days_ago}} days ago
{% endblock %}