summaryrefslogtreecommitdiffstats
path: root/ipa_webui/templates/main.kid
diff options
context:
space:
mode:
Diffstat (limited to 'ipa_webui/templates/main.kid')
-rw-r--r--ipa_webui/templates/main.kid6
1 files changed, 4 insertions, 2 deletions
diff --git a/ipa_webui/templates/main.kid b/ipa_webui/templates/main.kid
index 2eee036cf..692f2b575 100644
--- a/ipa_webui/templates/main.kid
+++ b/ipa_webui/templates/main.kid
@@ -2,11 +2,13 @@
<html xmlns:py="http://purl.org/kid/ns#">
<head>
- <title>Hello</title>
+ <title>FreeIPA</title>
</head>
<body>
- <div>Hello</div>
+ <p py:for="name in api.Command">
+ <a href="${name}" py:content="name"/>
+ </p>
</body>
</html>