mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +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>
|