{% ckan_extends %}
{% block links %}
{{ super() }}
{% with endpoint=h.dcat_get_endpoint('dataset') %}
{% endwith %}
{% endblock -%}
{% block body_extras %}
{{ super() }}
{% block structured_data %}
{#
h.structured_data is defined in the 'structured_data' plugin,
you have to activate the plugin (or implement the method yourself)
to make use of this feature.
More information about structured data:
https://developers.google.com/search/docs/guides/intro-structured-data
#}
{% if h.helper_available('structured_data') %}
{% endif %}
{% endblock %}
{% endblock %}