10 lines
68 B
Handlebars
10 lines
68 B
Handlebars
|
{{> header}}
|
||
|
|
||
|
{{> title}}
|
||
|
|
||
|
{{#with model}}
|
||
|
|
||
|
{{> member}}
|
||
|
|
||
|
{{/with}}
|