{% extends "base.html" %} {% block title %} {{ title }} {% endblock %} {% block content %} {% if authors %}
Did you mean to search for packages by {% for author in authors %} {{ author[0] }} {% if not loop.last %} , {% endif %} {% endfor %} ?
{% endif %} {% from "macros/packagegridtile.html" import render_pkggrid %} {{ render_pkggrid(packages) }} {% if topics %}