mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-03 08:27:11 +02:00
6 lines
105 B
HTML
6 lines
105 B
HTML
<ul>
|
|
{% for file in files %}
|
|
<li><a href="{{ file }}">{{ file }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|