Code ▸ Projects ▸ webint-code ▸ Releases ▸ 0.0.64 ▸ Files ▸ webint_code ▸ templates ▸ pypi ▸ index.html 1 2 3 4 5 6 7 $def with (projects) $var title: PyPI Repository <ul> $for project in projects: <li><a href=/pypi/$project>$project</a></li> </ul>