mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
17 lines
276 B
Genshi
17 lines
276 B
Genshi
<?xml version='1.0' encoding='utf-8'?>
|
|
<html xmlns:py="http://purl.org/kid/ns#">
|
|
|
|
<head>
|
|
<title>Hello</title>
|
|
</head>
|
|
|
|
<body>
|
|
<table>
|
|
<tr py:for="param in command.params()">
|
|
<td py:content="param.name"/>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
|
|
</html>
|