{% extends "base.html" %} {% block title %}{{ repo_name }}{% endblock %} {% block content %}
Vanity Leaderboards For {{ repo_name }}
Last Updated At {{ updated_at }}
{% for metric in metrics %}
{{ metric.name }}
{{ metric.description }}
{% endfor %}
{% endblock %}