blob: d07304aaa5c23c59d0009eb755a683b7c1036497 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Directory of AutoRollers</title>
</head>
<body class="body-sk">
<arb-scaffold-sk title="Directory of AutoRollers">
<arb-table-sk></arb-table-sk>
</arb-scaffold-sk>
</body>
<script>
const rollers = JSON.parse('{{marshal .Rollers}}');
const elem = document.getElementsByTagName("arb-table-sk")[0];
elem.rollers = rollers;
</script>
</html>