{% block content_action %}
{% link_for _('View showcase'), controller='ckanext.showcase.controller:ShowcaseController', action='read', id=pkg.name, class_='btn btn-default', icon='eye-open' %}
{% endblock %}
{% endif %}
{% if self.page_primary_action() | trim %}
{% block page_primary_action %}{% endblock %}
{% endif %}
{% block primary_content_inner %}
{% endblock %}