This commit is contained in:
2024-07-22 18:25:30 -03:00
parent 172bbaa824
commit 8fabfbb916
3 changed files with 21 additions and 0 deletions

View File

@ -30,6 +30,7 @@
{% for router in routers %}
<div class="router" onclick="location.href='http://{{ router['rule'].split('`')[1] }}'">
<h2>{{ router['truncated_name'] }}</h2>
<p>{{ router['description'] }}</p>
</div>
{% endfor %}
</div>