{% extends "master.html" %} {% block title %} API | PkgDB {% endblock %} {%block tag %}index{% endblock %} {% block content %}

Collections

{% for html in collections %} {% autoescape false %} {{ html | InsertDiv}} {% endautoescape %} {% endfor %}

Packagers

{% for html in packagers %} {% autoescape false %} {{ html | InsertDiv}} {% endautoescape %} {% endfor %}

Packages

{% for html in packages %} {% autoescape false %} {{ html | InsertDiv}} {% endautoescape %} {% endfor %}

ACLs

{% for html in acls %} {% autoescape false %} {{ html | InsertDiv}} {% endautoescape %} {% endfor %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %}