{% with resource_docs = h.fetch_resource_docs_data(resource) %} {% if resource_docs %}

{{ _("Resource Documentation")}}

{% snippet 'resource_docs/view/render.html', data=resource_docs, view_type=h.detect_view_type(resource_docs) %}
{% endif %} {% endwith %}