{% import 'macros/context.html' as context_macros %} {% set context = datacontract.context if datacontract.context is defined and datacontract.context is not callable else none %} {% if context %}

Context

Guidance for AI agents, BI tools and semantic layers on how to use this data

{{ context_macros.render_context(context) }}
{% endif %}