Rename du dossier

This commit is contained in:
Neeko
2020-07-02 11:47:02 +02:00
parent 14feabbe30
commit 7e4f85e57a
12 changed files with 2842 additions and 0 deletions

View File

@ -0,0 +1,6 @@
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}

View File

@ -0,0 +1,5 @@
extends layout
block content
h1= title
p Welcome to #{title}

View File

@ -0,0 +1,7 @@
doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content