{% for link in data['links'] %} {% if (link['rel']=="self" and link['type']=="text/html") %} {% endif %} {% endfor %} {% block extrahead %} {% endblock %}
pycsw website

{{ config['metadata']['identification']['title'] }}

{% block crumbs %} Home {% endblock %}
{% set links_found = namespace(json=0) %} {% for link in data['links'] %} {% if link['rel'] == 'alternate' and link['type'] and link['type'] in ['application/json', 'application/geo+json'] %} {% set links_found.json = 1 %} JSON {% endif %} {% endfor %} {% if links_found.json == 0 %} JSON {% endif %} | Contact


{% block body %} {% endblock %}

{% block extrafoot %} {% endblock %}