<html lang="ru">
<title>Клиенты</title>
<link rel="stylesheet" href="style.css">
<script src="2.0.3/appml.js"></script>
<body>
<h1>Клиенты</h1>
<table appml-data="customers.js">
<tr>
<th>Клиент</th>
<th>Город</th>
<th>Страна</th>
</tr>
<tr appml-repeat="records">
<td>{{CustomerName}}</td>
<td>{{City}}</td>
<td>{{Country}}</td>
</tr>
</table>
<div appml-include-html="inc_footer.html"></div>
</body>
</html>