You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
196 B

<header ng-controller="HeaderController as header">
<h1>Welcome page</h1>
<p>
Welcome {{header.current_user.email}}
<p>
<nav>
<h2>Navigation</h2>
</nav>
</header>
<main>
</main>