App-Office-Contacts

 view release on metacpan or  search on metacpan

htdocs/assets/templates/app/office/contacts/standalone.page.tx  view on Meta::CPAN

<html>
<head>
<title>Names</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<table border = "1" summary = "Names">
: for $row -> $item {
<tr>
		: include "basic.column.tx" { column => $item };
</tr>
: }
</table>
</body>
</html>



( run in 1.801 second using v1.01-cache-2.11-cpan-140bd7fdf52 )