13 lines
266 B
Django/Jinja
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> |