966c7dbf02
New look for the navbar and new functionality on mobile. Also includes new look for the mounts list and headers in secret engines.
15 lines
363 B
Handlebars
15 lines
363 B
Handlebars
<header>
|
|
<nav class="navbar is-grouped-split">
|
|
<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>
|