aboutsummaryrefslogblamecommitdiff
path: root/src/_layout.pug
blob: 9bd186b1b9373b9636e3d39488cdc13f2471196d (plain) (tree)
1
2
3
4
5
6
7
8

                       




                                        
                                                


                
                    
                                 

                                             


                                                      
                 







                               
include _mixin/menu.pug

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='/') 
          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  |  
      h1 #{title}
  block main
    main
      .container.spacing
        nav
          strong
            a(href="/") Accueil
          +menu(root)
        block content