diff --git a/templates/client-list.html b/templates/client-list.html index 8487ab5d..70a126cd 100644 --- a/templates/client-list.html +++ b/templates/client-list.html @@ -3,8 +3,8 @@ {% block main_content %} {% set client_path = section.extra.recommended_clients_paths | first %} - {% set client = load_data(path = docs::client_json_path(client_path=client_path), format="json", required = false) %} - {% if not client %} + {% set first_client = load_data(path = docs::client_json_path(client_path=client_path), format="json", required = false) %} + {% if not first_client %} Clients page not found. You likely need to build the client page. See "Building additional content" in the README.md file. {% else %}
@@ -37,6 +37,9 @@

{{ docs::format_language(language=language) }}

{{ client.name }}