7 lines
175 B
HTML
Raw Normal View History

<!-- template for the WFS3 API links list -->
<ul>
{% for link in links %}
<li><a rel="{{ link.rel }}" href="{{ link.href }}">{{ link.title }}</a></li>
{% endfor %}
</ul>