mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
12 lines
No EOL
304 B
HTML
12 lines
No EOL
304 B
HTML
<div class="box">
|
|
{% if next_events %}
|
|
<div class="upper-box">
|
|
Prossimi eventi
|
|
</div>
|
|
<div class="lower-box">
|
|
{% for event in events %}
|
|
{% include "components/event.html" %}
|
|
{% endfor %}
|
|
</div>
|
|
{% endif %}
|
|
</div> |