2018-04-03 14:16:57 +00:00
|
|
|
<header>
|
2018-10-21 19:19:34 +00:00
|
|
|
<nav class="navbar is-grouped-split">
|
2018-04-03 14:16:57 +00:00
|
|
|
<div class="navbar-brand">
|
|
|
|
{{#home-link class="navbar-item has-text-white has-current-color-fill"}}
|
|
|
|
{{partial 'svg/vault-logo'}}
|
|
|
|
{{/home-link}}
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<section class="section">
|
|
|
|
<div class="container is-widescreen">
|
|
|
|
{{not-found model=model}}
|
|
|
|
</div>
|
|
|
|
</section>
|