mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 09:37:11 +00:00
7 lines
104 B
HTML
7 lines
104 B
HTML
|
|
<ul>
|
|
{% for exe in exes %}
|
|
<li><a href="/exes/{{exe}}">{{exe}}</a></li>
|
|
{% endfor %}
|
|
</ul>
|