site/src/_layout.pug

24 lines
573 B
Plaintext
Raw Normal View History

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")
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='documentation.html') doc
span  | 
h1 #{title}
main
block content