12 lines
172 B
Handlebars
12 lines
172 B
Handlebars
{{#*inline "page"}}
|
|
|
|
<h1>Users</h1>
|
|
|
|
<ul>
|
|
{{#each users}}
|
|
<li>{{ this.username }}, {{ this.encrypted_password }}</li>
|
|
{{/each}}
|
|
</ul>
|
|
|
|
{{/inline}}
|
|
{{~> (parent)~}}
|