UNPKG

k.backbone.marionette

Version:
19 lines (17 loc) 294 B
<script id="grid-template" type="text/template"> <thead> <tr> <th>Username</th> <th>Full Name</th> <tr> </thead> <tbody></tbody> </script> <script id="row-template" type="text/template"> <td> <%= username %> </td> <td> <%= fullname %> </td> </script>