forked from GitHub-Mirrors/foundry-sw5e
11 lines
No EOL
381 B
HTML
11 lines
No EOL
381 B
HTML
<div id="{{id}}" class="app window-app {{classes}} this-is-my-custom-window" data-appid="{{appId}}">
|
|
<header class="window-header flexrow">
|
|
<h4 class="window-title">{{title}}</h4>
|
|
{{#each headerButtons}}
|
|
<a class="header-button {{this.class}}"><i class="{{this.icon}}"></i></a>
|
|
{{/each}}
|
|
</header>
|
|
|
|
<section class="window-content">
|
|
</section>
|
|
</div> |