site/src/_layout.pug

28 lines
632 B
Plaintext
Raw Normal View History

2020-04-18 10:00:23 +00:00
include _mixin/menu.pug
2020-03-01 21:17:44 +00:00
block root
doctype html
head
meta(charset='utf-8')
title 💮💮 deuxfleurs - #{title}
link(rel="stylesheet", href="/css/main.css")
2020-03-01 21:17:44 +00:00
header
.container
.menu-item
a(href='/')
2020-03-01 21:17:44 +00:00
strong deuxfleurs 
img(src='/img/flower.svg' width='38')
img(src='/img/flower.svg' width='38')
2020-03-01 21:17:44 +00:00
.menu-item
a(href='https://guichet.deuxfleurs.fr') compte
span  | 
h1 #{title}
2020-04-18 15:17:54 +00:00
block main
main
.container.spacing
nav
strong
a(href="/") Accueil
+menu(root)
block content