diff --git a/pygeoapi/templates/process.html b/pygeoapi/templates/process.html index bca4a01..dde7416 100644 --- a/pygeoapi/templates/process.html +++ b/pygeoapi/templates/process.html @@ -5,28 +5,26 @@ / {{ data['title'] }} {% endblock %} {% block body %} -
- +

{{ data['title'] }}

{{ data['description'] }}
-
- -
+
+ {% for input_ in data['inputs'] %} - - - + + + @@ -39,10 +37,9 @@

Links

diff --git a/pygeoapi/templates/processes.html b/pygeoapi/templates/processes.html index 76b4e5b..ce08ca9 100644 --- a/pygeoapi/templates/processes.html +++ b/pygeoapi/templates/processes.html @@ -19,7 +19,7 @@ {% for p in data['processes'] %} - +
Inputs
Id Name Description
{{ input_['id'] }}{{ input_['title'] }}
{{ input_['id'] }}{{ input_['title'] }} {{ input_['description'] | striptags | truncate }}
{{ p['title'] | striptags | truncate }}