{% import 'macros/server.html' as server_macros %} {% set servers = datacontract.servers if datacontract.servers is defined and datacontract.servers is not callable else [] %} {% if servers is mapping %} {% set servers = [servers] %} {% elif servers is not sequence or servers is string %} {% set servers = [] %} {% endif %} {% if servers and servers|length > 0 %}

Servers

This section covers connection details to physical data sets and infrastructure

{% endif %}