mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
12 lines
297 B
HTML
12 lines
297 B
HTML
|
<div class="box">
|
||
|
<div class="upper-box">
|
||
|
Membri
|
||
|
</div>
|
||
|
<div class="lower-box">
|
||
|
<ul>
|
||
|
{% for royal in royals %}
|
||
|
<li><a href="/profile/{{ royal.username }}">{{ royal.username }}</a></li>
|
||
|
{% endfor %}
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|