{% load i18n %}
{% load static from staticfiles %}
{% block extra_head %}
{% endblock %}
{% block social_links %}
{% with resource.resource_type|title as resource_type %}
{% trans "Share This" %} {% trans resource_type %}
{% endwith %}
{% endblock %}