{% set current_url = h.full_current_url() %} {% set pkg = c.pkg_dict %} {% set title = h.dataset_display_name(pkg) %} {% if title is not string %} {% set title = h.generic_title() %} {% endif %} {% set description = h.markdown_extract(pkg.notes, extract_length=40) %} {% block social %}
{% block social_title %}

{{ _('Social') }}

{% endblock %} {% block social_nav %} {% endblock %}
{% endblock %}