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.
|
<header ng-controller="HeaderController as header">
|
|
<h1>The Sins We Commit</h1>
|
|
<p>
|
|
Welcome {{header.current_user.email}}
|
|
<p>
|
|
<nav>
|
|
<h2>Navigation</h2>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
</main>
|