gtg2json/views/layout.jade

12 lines
217 B
Plaintext

doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content
h1.title.is-1= title
.container= message
hr
a(href="/") retour à l'accueil