Remove .to extension from header and footer templates
This commit is contained in:
11
templates/header.html
Normal file
11
templates/header.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<header class="topbar">
|
||||
<nav class="topbar__navigation">
|
||||
<a href="/" class="topbar__link topbar__link--primary">
|
||||
<span>JEDI</span>
|
||||
</a>
|
||||
|
||||
<a href="/" class="topbar__link topbar__link--secondary">
|
||||
<span>{{ current_user.get("atat_role") }}</span>
|
||||
</a>
|
||||
</nav>
|
||||
</header>
|
Reference in New Issue
Block a user