mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-11 11:35:15 +00:00
Switch to server side templating
This commit is contained in:
parent
de6301c13b
commit
3147da7643
12 changed files with 402 additions and 15 deletions
24
server/templates/partials/nav.html.hbs
Normal file
24
server/templates/partials/nav.html.hbs
Normal file
|
@ -0,0 +1,24 @@
|
|||
<nav class="navbar mb-4 has-background-white-ter" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
<h3 class="title is-3">storage-app</h3>
|
||||
</a>
|
||||
<button class="navbar-burger" aria-label="menu" aria-expanded="false">
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="navbar-start">
|
||||
|
||||
</div>
|
||||
<div class="navbar-end">
|
||||
<div class="navbar-item">
|
||||
Bell
|
||||
</div>
|
||||
<div class="navbar-item">
|
||||
User
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue