{% extends "base.html" %} {% block title %} {{ _("Community Hub") }} - {{ _('%(title)s by %(author)s', title=package.title, author=package.author.display_name) }} {% endblock %} {% block headextra %} {% if package.getMainScreenshotURL() %} {% endif %} {% endblock %} {% block content %} {% from "macros/packagegridtile.html" import render_pkggrid %}