webapi-eca/webpages/handlers/command_answer.html

16 lines
No EOL
295 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Command Result</title>
{{{head_requires}}}
</head>
<body>
{{{div_menubar}}}
<div id="mainbody">
<div id="pagetitle">Hi {{user.username}}, response to your command:</div>
<p>
{{message}}
</p>
</div>
</body>
</html>