{# Displays a sidebard module with information for given package pkg - The package dict that owns the resources. Example: {% snippet "package/snippets/info.html", pkg=pkg %} #} {% block package_info %} {% if pkg %}
{% block package_info_inner %} {% block heading %}

{{ pkg.title or pkg.name }}

{% endblock %} {#% block follow_button %} {% if not hide_follow_button %} {% endif %} {% endblock %#} {% endblock %}
{% endif %} {% endblock %}