13 lines
359 B
HTML
13 lines
359 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title> Google API Client for Python Documentation </title>
|
|
</head>
|
|
<body>
|
|
<h1> Google API Client for Python Documentation </h1>
|
|
{% for item in directory %}
|
|
<p><a href="/{{ item.name }}/{{ item.version }}"><img src="{{ item.icons.x32 }}"/> {{ item.description }} </a></p>
|
|
{% endfor %}
|
|
</body>
|
|
</html>
|