mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
16 lines
474 B
Handlebars
Executable File
16 lines
474 B
Handlebars
Executable File
<div id="main-container" class="channelpage noselect cursor-default">
|
|
{{> channel/header}}
|
|
<div id="channel-load" class="progress">
|
|
<div class="indeterminate" id="channel-load-move"></div>
|
|
</div>
|
|
<main class="container center-align main">
|
|
<div id="main-row" class="row">
|
|
{{#if client}}
|
|
{{else}}
|
|
{{> channel/players}}
|
|
{{/if}}
|
|
{{> channel/tabs}}
|
|
</div>
|
|
</main>
|
|
</div>
|