Initialize the BookGeistSheet
This commit is contained in:
parent
163423ea5b
commit
7935a85188
9 changed files with 153 additions and 8 deletions
10
templates/Apps/BookGeistSheet/layout.hbs
Normal file
10
templates/Apps/BookGeistSheet/layout.hbs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<div>
|
||||
{{#if imageVisible}}
|
||||
<div data-application-part="image"></div>
|
||||
{{/if}}
|
||||
<div class="info">
|
||||
<div data-application-part="header"></div>
|
||||
<div data-application-part="stats"></div>
|
||||
<div data-application-part="items"></div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue