{% extends "base.html" %} {% block title %}{{ super() }} Home {% endblock %} {% block body %}

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

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

Keywords
{{ config['metadata']['identification']['keywords']|join(', ') }}
{% if config['metadata']['identification']['terms_of_service'] %} {% endif %} {% if config['metadata']['license']['url'] %} {% endif %}

Conformance

View the conformance classes of this service

Collections

View the collections in this service

Processes

View the processes in this service
Provider
{{ config['metadata']['provider']['name'] }}

Contact point
Email
{{ config['metadata']['contact']['email'] }}
{% if config['metadata']['contact']['phone'] %} Telephone
{{ config['metadata']['contact']['phone'] }}
{% endif %} {% if config['metadata']['contact']['fax'] %} Fax
{{ config['metadata']['contact']['fax'] }}
{% endif %} {% if config['metadata']['contact']['url'] %} Contact url
{{ config['metadata']['contact']['url'] }}
{% endif %} {% if config['metadata']['contact']['hours'] %} Hours
{{ config['metadata']['contact']['hours'] }}
{% endif %} {% if config['metadata']['contact']['instructions'] %} Contact instructions
{{ config['metadata']['contact']['instructions'] }} {% endif %}
Address
{{ config['metadata']['contact']['address'] }}
{{ config['metadata']['contact']['postalcode'] }}, {{ config['metadata']['contact']['city'] }}
{{ config['metadata']['contact']['stateorprovince'] }}, {{ config['metadata']['contact']['country'] }}
{% endblock %}