Manual-Labeling-Tool/Manual-Labeling-Client/Manual-Label-Tool-Widget/resources/server/api/ogc/templates/wfs3/links.html

5 lines
210 B
HTML

<!-- template for the WFS3 API links list, to be included in HEAD -->
{% for link in links %}
<link rel="{{ link.rel }}" href="{{ link.href }}" title="{{ link.title }}" type="{{ link.type }}">
{% endfor %}