7 lines
191 B
HTML
7 lines
191 B
HTML
|
<div class="px-4">
|
||
|
<h5 class="text-center">Powered by</h5>
|
||
|
{% for link_item in LINKS %}
|
||
|
<a class="underline me-4" href="{{ link_item[1] }}">{{ link_item[0] }}</a>
|
||
|
{% endfor %}
|
||
|
</div>
|