<div class='{{if fullscreen 'container-fluid' 'container push-down'}}'>

{{outlet}}

<footer class='push-down-xl'>
  {{#if authentication.isAuthenticated}}
    <a href='#' {{action "logOut"}} class='float-right'>Log out</a>
  {{/if}}

  <p>
    <a class='btn' href="https://www.betterplace.org/en">
      <b>
        Donate to make the world a better place.
      </b>
    </a>
  </p>

  <a class='btn' href='https://github.com/MangoSmoothie101010/natural-backend'>
    Api source code (MIT license)
  </a>

  <a class='btn' href='https://github.com/MangoSmoothie101010/natural-frontend'>
    Ember frontend source code (MIT license)
  </a>

  <br />
  <br />

  <p>
    <a class='btn' href="https://www.patreon.com/user?u=11252699">Support ongoing development (My Patreon)</a>
  </p>
</footer>

</div>