div#app(v-show='$auth.ready()')
div(v-if='$auth.check()')
modal-feedback
the-header
the-notifications
.app(@click="closeNotifications")
the-menu
.background--transition
transition(name="enter" mode="out-in")
router-view(v-if='$auth.ready()')
base-auth(v-if='!$auth.check()')
vue-progress-bar