xoxys.gitea/templates/custom/templates/custom/extra_links_footer.tmpl.j2

5 lines
144 B
Django/Jinja

#jinja2: lstrip_blocks: True
{% for link in gitea_extra_links_footer %}
<a class="item" href="{{ link.href }}">{{ link.name }}</a>
{% endfor %}