<section class="info flexcol">
    <h1 class="title">BaileyWiki</h1>
    <p class="subtitle version"><a href="https://www.patreon.com/baileywiki">Patreon</a> • <a href="https://www.youtube.com/c/Baileywiki">YouTube</a> • <a href="https://discord.com/invite/wgPbnfgJAJ">Discord</a></p>
    {{#if displayAuthenticate}}
    <button class="authenticate" type="button" data-action="authenticate" data-tooltip="Launch authentication window to log in to your account.">
        <i class="fa-solid fa-user"></i>
        <span>Authenticate</span>
    </button>
    {{/if}}
    {{#if displaySceneDownload}}
    <button class="downloadScene" type="button" data-action="downloadScene" style="color: red" data-tooltip="The download of the current scenes assets has failed. Would you like to re-attempt?">
        <i class="fa-solid fa-triangle-exclamation"></i>
        <span>Download Scene</span>
    </button>
    {{/if}}

    <h4 class="divider">Modules</h4>
    <div class="modules">
        {{#each modules as |module|}}
        <div class="module">
            <span class="label">{{module.label}}</span>
            <span class="version">{{module.version}}</span>
        </div>
        {{/each}}
    </div>


</section>
