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'] }} - - - + Inputs + Id Name Description {% for input_ in data['inputs'] %} - - {{ input_['id'] }} - {{ input_['title'] }} + + {{ input_['id'] }} + {{ input_['title'] }} {{ input_['description'] | striptags | truncate }} @@ -39,10 +37,9 @@ Links {% for link in data['links'] %} - - - {{ link['title'] }} ({{ link['type'] }}) - + + + {{ link['title'] }} ({{ link['type'] }}) {% endfor %} 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'] %} - + {{ p['title'] | striptags | truncate }}