Package list

A list of packages. This is a more specific version of the generic list component, and is used to display packages in a consistent way across the site. It can be used in a variety of contexts, such as search results, related packages, or a list of all packages.

{%- call ui.util.call(show_example) -%} {%- raw %} {%- call ui.util.call(ui.package_list) -%} {%- for pkg in packages -%} {{ ui.package(package=pkg) }} {%- endfor %} {%- endcall %} {%- endraw %} {%- endcall %}