mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
15 lines
241 B
Genshi
15 lines
241 B
Genshi
<?xml version='1.0' encoding='utf-8'?>
|
|
<html xmlns:py="http://purl.org/kid/ns#">
|
|
|
|
<head>
|
|
<title>FreeIPA</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p py:for="name in api.Command">
|
|
<a href="${name}" py:content="name"/>
|
|
</p>
|
|
</body>
|
|
|
|
</html>
|