mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
7 lines
175 B
HTML
7 lines
175 B
HTML
<!-- 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>
|