You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
655 B

<!DOCTYPE html>
<html lang="en">
<head>
<title>My Bottle Home</title>
<link rel="stylesheet" type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
</head>
<body>
<h1>Initial page</h1>
<br /><br />
<table border="1">
<caption>Таблица аренды адресов</caption>
<tr>
<th>Дата истечения</th>
<th>IP адрес</th>
<th>Mac адрес</th>
<th>Имя хоста</th>
</tr>
%for a in A:
<tr>
%for i in a:
<td>{{i}}</td>
%end
%end
</body>
</html>

Powered by TurnKey Linux.