aboutsummaryrefslogtreecommitdiff
path: root/src/_layout.pug
blob: c16af334d276708b4b6a2e1f957738b90df31fbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
block root
  doctype html
  head
    meta(charset='utf-8')
    title 💮💮 deuxfleurs - #{title}
    link(rel="stylesheet", href="css/main.css")
  header
    .container
      .menu-item
        a(href='index.html') 
          strong deuxfleurs 
        img(src='img/flower.svg' width='38')
        img(src='img/flower.svg' width='38')
      .menu-item
        a(href='https://guichet.deuxfleurs.fr') compte
        span  |  
      .menu-item
        a(href='association.html') asso
        span  |  
      .menu-item
        a(href='documentation.html') doc
        span  |  
      h1 #{title}
  main
    block content