<template name="home">
{{#if currentUser}}
<h1>Dashboard</h1>
{{else}}
{{#if $eq loginOrReg 'login'}}
{{> login}}
{{> reg}}
{{/if}}
</template>