{% extends "layout.html" %} {% block title %}inetutils PyPI Server{% endblock %} {% block content %}
{% if packages %}

Available Packages

Name Author Latest
{% for p in packages %}
{{ p.filepath.name }} {% if p.author %} {{ p.author }} {% endif %} {% if p.current %}{{ p.current.name }}{% endif %}
{% endfor %} {% endif %} {% endblock %}