diff --git a/app/templates/packages/list.html b/app/templates/packages/list.html index 1cddcd4..e272782 100644 --- a/app/templates/packages/list.html +++ b/app/templates/packages/list.html @@ -19,48 +19,45 @@

{% endif %} -
-
- {% from "macros/packagegridtile.html" import render_pkggrid %} - {{ render_pkggrid(packages) }} +
+ {% endfor %} + - -
+ {% if topics %} +

More content from the forums

+ + {% from "macros/topics.html" import render_topics %} + {{ render_topics(topics, current_user) }} + {% endif %} + {% endblock %}