9 lines
242 B
HTML
9 lines
242 B
HTML
<html>
|
|
<body>
|
|
<ul>
|
|
{% for repo in repos %}
|
|
<li><a href="/Users/eliribble/src/teamanalysis/git_stats/{{ repo }}/index.html">{{ repo }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
</body>
|
|
</html>
|