teamanalysis/templates/git_stats.html

10 lines
229 B
HTML

<html>
<body>
<ul>
{% for repo in repos %}
<li><a href="/Users/eliribble/src/{{ repo }}/git_stats/index.html">{{ repo }}</a></li>
{% endfor %}
</ul>
</body>
</html>