{{ data['title'] }}
{% endblock %}
{% block body %}
-
+
{{ data['title'] }}
{{ data['description'] }}
@@ -22,7 +22,7 @@
{% for input_ in data['inputs'] %}
-
+
| {{ input_['id'] }} |
{{ input_['title'] }} |
diff --git a/pygeoapi/templates/processes.html b/pygeoapi/templates/processes.html
index ce08ca9..bedbb56 100644
--- a/pygeoapi/templates/processes.html
+++ b/pygeoapi/templates/processes.html
@@ -19,7 +19,7 @@
|
{% for p in data['processes'] %}
-
+
{{ p['title'] | striptags | truncate }}
diff --git a/pygeoapi/templates/root.html b/pygeoapi/templates/root.html
index 95ab5af..7f41a82 100644
--- a/pygeoapi/templates/root.html
+++ b/pygeoapi/templates/root.html
@@ -3,7 +3,7 @@
{% block body %}
-
+
@@ -72,7 +72,7 @@
-
+
Provider
@@ -87,9 +87,9 @@
Contact point
-
+
Address
-
+
{{ config['metadata']['contact']['address'] }}
{{ config['metadata']['contact']['city'] }},
{{ config['metadata']['contact']['stateorprovince'] }}
| |