summaryrefslogtreecommitdiffstats
path: root/ipawebui/templates/main.kid
blob: 692f2b575ea11e4751105ff0ed3dee3158909c0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>