Wheelie/generator/templates/template.j2
2021-02-24 14:58:26 +01:00

13 lines
266 B
Django/Jinja

<html>
<head>
<title>wheels.linuxserver.io</title>
</head>
<body>
<h1>Precompiled wheels commonly used in Linuxserver's images</h1>
{%- for wheel in wheels %}
<a href='{{ wheel | e }}'>{{ wheel | e }}</a>
<br />
{%- endfor %}
</body>
</html>