Convert templates to pongo2
This commit is contained in:
parent
266cd2f4d2
commit
d61e607b8a
22 changed files with 311 additions and 136 deletions
|
|
@ -1 +0,0 @@
|
|||
h2 Footer
|
||||
13
views/partials/header.html
Normal file
13
views/partials/header.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<nav class="navbar bg-body-tertiary">
|
||||
<div class="container">
|
||||
<a href="/" class="navbar-brand">
|
||||
<img
|
||||
id="header-logo"
|
||||
class="me-1"
|
||||
src="/static/images/logo.jpg"
|
||||
alt="Logo"
|
||||
>
|
||||
Camarades
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
nav.navbar.bg-body-tertiary
|
||||
div.container
|
||||
a.navbar-brand(href="/")
|
||||
img#header-logo.me-1(src="/static/images/logo.jpg", alt="Logo")
|
||||
| Gestion membres
|
||||
Loading…
Add table
Add a link
Reference in a new issue