docker-artifact/templates/pypi/dist.html

17 lines
351 B
HTML
Raw Normal View History

2018-10-21 16:37:53 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Simple index</title>
<style type="text/css">
a {
display: block;
}
</style>
</head>
<body>
2019-05-04 19:29:49 -07:00
{%- for pkg in pkgs %}
2019-05-04 19:32:10 -07:00
<a href="/repo/pypi/{{ repo.name }}/{{ distname }}/{{ pkg.fname }}#sha256={{ pkg.sha256 }}">{{ pkg.fname }}</a>
2018-10-21 16:37:53 -07:00
{%- endfor %}
</body>
</html>